-
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 #4150
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.
Noticed in demo that some of the widget visualizations changed.
For instance, Group Scatter (x axis labels hidden), Labels (same), Basic Heatmap (blocks now distinguishable which is good?), Basic Bubble (axis offset).
+556 −1,708 😲😛 |
Yeah, I suppose it's because of
That's lockfile |
I see x-axis labels there: Bubble axis offset - yeah, that's quite interesting, considering that on both https://deploy-preview-4150--redash-preview.netlify.com/dashboard/demo and https://redash-preview.netlify.com/dashboard/demo it looks wrong 🤔 Heatmap difference may be related to my recent refactor, I'll check. Also, seems there is a very subtle difference in plot inner paddings - they are a bit larger on this branch 🤔 |
@gabrieldutra @arikfr (@ranbena if you're still interested in this 😄) I updated this PR and now it contains only changes related to the bug it's fixing (no more Plotly upgrade - we did it separately). I kindly ask you to review it once more 🙇♂️ @arikfr If v9 will contain upgraded Plotly - maybe it makes some sense to include this fix as well? WDYT? |
+1 for pulling this one in, I'm affected by this issue too. Thanks for your contribution! |
What type of PR is this? (check all applicable)
Description
Assign
offsetgroup
for bar series so Plotly will offset them properly.Related Tickets & Documents
Fixes #2292
Mobile & Desktop Screenshots/Recordings (if there are UI changes)
Before:
After (the same chart settings and data, but with
offsetgroup
):