-
Notifications
You must be signed in to change notification settings - Fork 8.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
dedupe x-axis values more carefully #4677
Conversation
Fix works, LGTM. |
I get the following error:
I tried this on master (with split bars, cuz obviously x-axis isn't working with range) and didn't get the same error. |
5eb8070
to
8a392f9
Compare
@lukasolson at some point the bucket key is passed as params and itterated as though every key is a parameter name. This seems fair to me, so I made |
LGTM. |
dedupe x-axis values more carefully
Fixes #4670
In #4613 the range buckets are no longer represented by a string, but by an object. This enhances support for such keys by:
===
key for buckets which are a part of the same range