-
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
Horizontal legend overlaps chart on small screens #3879
Labels
Comments
I reproduced it only in FF, in Chrome/Chromium it works fine (Ubuntu 18.04). Space for legend is reserved under the plot, but legend has wrong position (not sure why). |
Thanks @kravets-levko! |
harveyrendell
pushed a commit
to pushpay/redash
that referenced
this issue
Nov 14, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When viewing a chart with a small container width (<= 600px perhaps), the chart legend is configured to switch to horizontal mode. When the legend displays in horizontal mode, it can be seen to overlap the chart, particularly when there are several legend items:
Steps to Reproduce
I believe the legend should not overlap the chart, as it can hide information.
Technical details:
The text was updated successfully, but these errors were encountered: