d3plus / d3plus-text

A smart SVG text box with line wrapping and automatic font size scaling.
MIT License
105 stars 19 forks source link

implement tuncateWord method #95

Open davelandry opened 6 years ago

davelandry commented 6 years ago

Expected Behavior

Based on logic previously implemented by @IPWright83 here and the discussion here, users should be able to set .truncateWord(true) to enable truncating a string in the middle of a word.

Current Behavior

The current default behavior is to always show whole words.