-
Notifications
You must be signed in to change notification settings - Fork 12k
Replace horizontalBar with indexAxis: 'y' #7514
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
Conversation
|
It might be useful to have a test where the x and y axes have different IDs to make sure that |
Good catch, it didn't actually work. Fixed and added a mixed test. |
|
I think this closes #4047 as well |
benmccann
left a comment
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.
awesome. I'm super happy about this!
scatter next? ;-)
Not sure what you mean, this works for scatter too: https://codepen.io/kurkle/pen/JjGbVeG?editors=1010 |
|
I meant maybe we should find figure out how to delete it next |
* Replace horizontalBar with indexAxis: 'y' * Fix drawing of line for last x-position * Consistently determine axis of scale * Add test
Revisiting this one (original #7144)
Resolves: #4096, resolves: #4047
Pen