d3plus / d3plus-text

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

Max number of lines #75

Closed IPWright83 closed 6 years ago

IPWright83 commented 6 years ago

In the same way that text-wraps but could truncate with an ellipsis, it would be good to have a maximum number of lines limit too, because even with wrapping sometimes the content is too long.

Instead of: image

Producing: image

I'm thinking of having a truncateLines(n) or similar function on the configuration.