I'm using highcharts. Here is a screenshot of it.
The data that I gave are like this:
"1": {
"Peoples": {
"Very high": 0,
"High": 3,
"Moderate": 7,
"Low": 1,
"Very low": 1
}
}
I don't want to change this order, but on the graph, there is an alphabetical order and I want to remove it. I tried to add an index but nothing changes. Can somebody help me I am stuck