40
Views
2
Comments
How can I sort months in ascending order in x-axis of line graph?
Question

I line graph x-axis names should start wit Jan and end with Dec, but it is getting sorted lexographically i.e., A-Z , any idea how I can do that ?

UserImage.jpg
Raj Sharma

First you need to sort the data and then input in the graph. This would be convenient approach.

before providing input to the graph, sort the data in which order you want and then provide input.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.