I came across the following problem trying the Shield UI Chart. I specified 3 month names for the chart, using the following code:
axisX:{
categoricalValues: ['January','February','March']
},
However I added some more points and after the last month there showed numbers on the axis. Why is that? Isn't this a bug?