-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Extend categoryorder
to multicategory axes
#3908
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
Comments
I have charts with 3 levels. I'd like for each level to be sorted within its higher level. |
controlling the child sort order within the parent would be great +1 |
Any update on when this might be fixed? |
I would love for this to be implemented as well. |
Any updates on this feature? Hope it will get implemented soon |
This issue has been tagged with A community PR for this feature would certainly be welcome, but our experience is deeper features like this are difficult to complete without the Plotly maintainers leading the effort. Sponsorship range: $10k-$15k What Sponsorship includes:
Please include the link to this issue when contacting us to discuss. |
See also #3723 |
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson |
Currently we don't coerce
categoryorder
and friends for mulitcategory axes. Extendingcategoryarray
and sorting will be a little challenging from an API standpoint.categoryarray
as 2-item arrays e.g.categoryarray: [['q1', 'A'], ['q2', 'B]]
Related: #3723
Some context: https://community.plot.ly/t/ordering-on-multi-level-bar-charts/23747
The text was updated successfully, but these errors were encountered: