voidlabs / elycharts

Interactive Javascript (SVG|VML) Charting Library
http://elycharts.com
Other
10 stars 6 forks source link

How to set y-axis label rotation #48

Open ghost opened 8 years ago

ghost commented 8 years ago

I am able to set label rotation for labels on x-axis, but what to do for y-axis labels ? axis : { x : { labelsRotate : 45 } }

bago commented 8 years ago

labelsRotate is only supported on x axis at this time.