Hello Telerik Community,
I have a column chart that is displaying data sorted alphabetically, and I would like to turn this off so that it displays the data based on the order of the array that I put in for the categories. I'm using Javascript for my charting needs and I have a dataset that is returning grouped data based on Month, and the month names are being sorted alphabetically as you can see in the screenshot below. I would like them to sort based on their order in the array which is already ordered properly based on months.
Any thoughts?
Thanks!