I am using amCharts javascript charts version 3 and I have also tried the latest version too.
The problem is: I have a lineChart with scrollBar , the categoryAxis of that chart has more than even 100 records so at first rendering it just shows 5-6 and then I zoom to view more categoryAxis label. So far so good.
But when I zoom, the labels on categoryAxis overlaps so everything looks messed up actually its due to the increase in the number of grids after zooming.
I have tried categoryAxis.autoGridCount
but got no luck with it.
Please help, Thanks in advance.