I guess this is more of a feature request, but maybe I missed something.
So the labels on my X-axis are dynamically generated, and I want the total graph be responsive. I'd like the labels to become slanted when they can't be displayed horizontally. Automatic setting for slantedText option does this, but often labels get truncated when they're displayed horizontally. I want them to stay slanted instead of getting truncated, but still to be displayed horizontally when space allows. So far I've done this by calculating the total label length and change slantedText from false to true whenever needed, but this is not too reliable. I wish there was an option to never ever truncate, or a way to know when the labels will get truncated. Similar thing goes for legends.