-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Bar chart with second y axis overlaps data series #2292
Comments
I have exactly the same problem. |
Just trying to get traction on this. |
Seems a plotly issue to be resolve in v1.45.0: Example here: https://codepen.io/etpinard/pen/yZQYzq?editors=1010 |
Ok, v1.45 is already out! They're on v1.45.2 already! Any takers?? |
Hi @kravets-levko thanks for the update. Been looking forward for the many great things you guys are doing. |
Any updates? Does not seem to be in 7.0.0. |
@kravets-levko |
I reproduced this on the preview instance here. |
@susodapop PR that fixes it (#4150) wasn't merged yet |
Wuhu! Good news! Thanks guys! |
Sorry, just to clarify - is this implemented now? How can I enable this functionality? Thanks! |
@mmbader Yes, it's fixed now, you should just upgrade to latest version |
Issue Summary
Discussion here: https://discuss.redash.io/t/bar-chart-with-second-y-axis-overlaps/1493/3.
In a bar chart, when choosing to display a data series on the secondary y axis to the right, the data series overlaps all others:
It shouldn't. The correct solution is to display all data series side-by-side regardless of y axis.
Example from google sheets:
1 y axis
2 y axis
Occurs on v3.
Steps to Reproduce
Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?
I don’t think that’s the correct behaviour a secondary y axis should have. Why would anyone want a data series to entirely cover up other data series?
The objective of a secondary y axis is to allow very different ranges of values to be plotted on the same graph.
Technical details:
The text was updated successfully, but these errors were encountered: