I am a bit of a novice when it comes to using the charts library and can’t seem to get the category axis to work correctly.
When I add a category axis, the graph goes blank.
Have tried to add “byDate” in the graph xml, “parseDate” in the category axis, setting the datadateformat etc etc but it doesn’t seem to display correctly.
Please could you provide an example of how this should be done correctly?
(I would like the category labels to be date formatted to “MMM-yy”)
The AmCharts scales dates by period and to override format you should provide a full array of them. Take a look at this article about periods: Formatting dates on category axis.