I have fairly long labels on a dojox/charting/Chart
that end up being rendered off the chart.
I've tried using rotation, but then the labels are too small text and can't be read. I know I could use label shortening, but I'd rather just have the full label shown both on the left axis and the bottom axis.
Is there a way I could manipulate the labels with HTML and CSS? I tried inspecting the html in Chrome Dev Tools, but nothing I tried in terms of CSS helped.
You could make the labels fixed width so that they fit. And on hover the label will have a higher z-index that the other and show the full width.
http://jsfiddle.net/RU4Qc/
Hover over the text.