youcef92 / flotr

Automatically exported from code.google.com/p/flotr
0 stars 0 forks source link

Is it possible to have Vertical Postioned Labels under X axis #180

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi , 

As the Labels are long to be displayed under X Axis , is it possible to have 
Vertical Labls under X Axis ??

Thank you for your support for the wonderful charting API . 

Original issue reported on code.google.com by ravikira...@gmail.com on 14 Apr 2011 at 10:47

GoogleCodeExporter commented 8 years ago
Yes, it`s possible. You have to set labels angle for X axis, You have to set 
also HTMLText to false. For egzample like this:
{"HtmlText": false, "xaxis": {"showLabels": true, "labelsAngle": 90}}

Try it on playground and you will see it. Post here if that helped you.

Original comment by macku30@gmail.com on 15 Apr 2011 at 5:46