You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be removed, or made configurable. I need my data to be displayed in the order that I pass it in as; not a sorted version of it.
ChartJS doughnuts display data in datasets in sequential order. There isn't really a reason for the gauge chart to sort those values by default. If the user wants their data to be sorted, they can sort the dataset themselves, and pass in that sorted dataset into the update() function.
Please let me know your thoughts on this; thanks!
The text was updated successfully, but these errors were encountered:
The GaugeController is currently sorting the dataset that is passed into it via this line of code:
chartjs-gauge/src/controllers/controller.gauge.js
Line 216 in 2ea5054
This should be removed, or made configurable. I need my data to be displayed in the order that I pass it in as; not a sorted version of it.
ChartJS doughnuts display data in datasets in sequential order. There isn't really a reason for the gauge chart to sort those values by default. If the user wants their data to be sorted, they can sort the dataset themselves, and pass in that sorted dataset into the update() function.
Please let me know your thoughts on this; thanks!
The text was updated successfully, but these errors were encountered: