Rank: Advanced Member
Groups: Administrators, DataVizJavaScript, jQueryChart, jQueryDV, MvcChart, Registered Joined: 1/3/2011(UTC) Posts: 483
Thanks: 0 times Was thanked: 87 time(s) in 87 post(s)
|
Hi Pooya, The labels are rendered in more than one row for preventing overlapping between them. If you don’t want this behavior, you can set some labels rotation angle. Something like: Code: axes: [ { type: 'dateTime', location: 'bottom', labels: { angle: 1 },
Best Regards, Dragan Matek jqChart Inc.
|