gka / d3-jetpack

🚀 Nifty convenience wrappers that speed up your daily work with d3.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordwrap removing spaces

1wheel opened this issue · comments

d3.wordwrap('Make permanent the look-thru rule for related...', 25)
> ["Make permanent the look-", "thrurule for related..."]

Only happens on strings with hyphens

Also ran into this problem. Hopefully my PR fixes it :)

thanks!