KendoUI: why are the dates in the Axis category shuffled?

I use the KendoUI DataViz Chart to show statistics and dates received from a JSON data source and are set as categoryAxis, but they are automatically shuffled, i.e. somehow the average date shows both the first field and vice versa. Please find attached screenshot for details. I do not know why this is happening, please help! enter image description here

+3
source share
2 answers

I think you are faced with the problem of stable sorting in Chrome :). This issue has been fixed with the 2012 release of Q2 for the Kendo interface.

+3
source

, Kendo unix. , :

categoryAxis: {
    labels: {
        template: "#= formatDate(value) #"
    }
}

FormatDate , , , .

, , .

0

All Articles