-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Description
[edited]
Feature request: option to choose the order stacked areas are drawn.
I have a stacked-filled-line-chart made with Chart.js
✅ The Input Data is alphabetically sorted.
✅ The Legend is alphabetically sorted.
…visually this makes the chart and the legend sorted the opposite way to each other.
I would like to reverse the order of the chart's stacked areas without reversing both the data and the legend. I know I can do both these things individually but it just seems silly to have to achieve the result I'm looking for this way.
Thank you for a wonderful charting library.