I have a Serial Chart and when I display it, some of the category labels on the X axis are skipped (not displayed). It seems to display the 1st label, then skip 2 labels and then show the next label and so on.
I did some more testing and I found that if I set the categoryAxis minHorizontalGap=“0”, it showed all the values. Is the the correct way to fix this ?