Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add horizontal bar chart #5154
Add horizontal bar chart #5154
Changes from 29 commits
052eadc
8b57801
0a591c4
07d252b
0bb4e85
53ee4b0
0995bf3
d26989e
c1c78a8
104e830
0e4db11
8346519
a753a0a
945ea53
1e2d3ba
e430c2a
f6101cf
0fd5a3a
d4dd4b9
7b1f6b2
0c34ef5
47aace8
601ef53
089d1b9
20631c2
b43ecce
2a028e3
894dcfe
857e84f
4c427bb
24be92e
d5cd272
a2e70f5
7ec77b2
31eaafb
d037d04
67fb205
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
By doing this, every time horizontal chart changes state, all series go back to left Y axis.
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.
This allows the series picker to remain in the horizontal bar, which not only improves the UI, but also makes it easier to deal with state changes.
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.
@gabrieldutra I've merged the changes and kept the name of updateAxes rather than updateYRanges, since the module now deals with them both. The Align Y Axes at Zero feature seems to have retained it's functionality, as expected, but it'd be great if you could check on that.