First off - what an amazing product range you have … I’m only using the chart library but I’m pretty sure it wont be long until I’m using a lot more …
Is it possible to display the X Axis labels vertically ? I’m using AJAX to bring in new values every x seconds and using the X Axis for time - but after a couple of additions the times are unreadable when the labels are displayed horizontally as they are now …
I searched for “vertical” and looked in the API docs and couldn’t see any options …
Thanks for those suggestions - infact while i was awaiting and answer on this forum I did find a very easy way to rotate text in all browsers … CSS …
However I noticed that the correct CSS class isn’t added to the X Axis labels - here is an example of the chart im using :
[code]
14
19
Bikes on Hire
2010
2010
2010
Time
[/code]
You notice that the Y Axis items have a class of “dhx_axis_item_y” - but the X Axis items have no such class … i think they should have a class of “dhx_axis_item_x” - but it doesnt seem to be working - are you able to assist ?