I need to place month on the X axis of the Shield UI Chart and do the following:
axisX:{
axisType: 'datetime',
categoricalValues: ["Jan"]
}.
I specify the axis to be datetime, and give value for the first month. But the following months are not shown. Instead of that I have numbers. Why is that?