-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
Histogram: Add support for stacking mode #84693
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I can comment on all of this, but tested it out and worked fine.
Did make me curious how we're doing stacking order with histogram. It appears right now we're not re-ordering based on query order which I think is supposed to happen. But that can be done elsewhere 😄
there's no re-ordering. it stacks in order of the data, bottom up. the only way to change this is to reorder in the query or in a transform. |
Histogram stacking mode
histo_stacking.mov
Migration
histo_stacking_migrate.mov
Fixes #38047
Please check that: