-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to reverse render order of datasets #6050
Comments
The answer you got on StackOverflow is correct. Passing the data in the order you want it to be rendered is the only way to handle this for now |
Hi @benmccann. Would it be appropriate for me to write up a feature-request or is this a complete no-go. |
…trying to think of a concrete reason why it renders this way round actually. |
Actually, the dataset @mkstix6 no need to create a new ticket but instead can you please edit the description of this one as a feature request? |
@simonbrunel Thanks. I've made an edit. How's that looking? |
It sounds like duplicate of #4161 |
Yes it sounds like the same issue for different chart types. I don't know enough about the under-the-hood parts myself but if this can be solved for both chart types in one go that would be super. |
As Something like :
|
[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.
☹️ But the chart itself is sorted top-to-bottom-reverse-alphabetical.
✅ 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.
The text was updated successfully, but these errors were encountered: