PMSI-AlignAlytics / dimple

An object-oriented API for business analytics
Other
2.73k stars 556 forks source link

Need to wrap y axis labels #244

Closed manpriyaguliani closed 3 years ago

manpriyaguliani commented 7 years ago

Hi,

I am looking for a way to wrap the y-axis labels in dimple.js

How can I select just the y axis labels?

My y-axis is: var y = chart.addCategoryAxis("y", ["Word","Author"]); and the words are pretty long.

Thanks in advance.