-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Legend overlaps the y-axis title #1594
Comments
Short answer: no. Longer answer: I'm not sure how width/height would help you in this case. What you really need is to input a valid Alternatively, you can try increasing the right margin (e.g. with `layout.margin.r: 100) and/or make the trace name smaller. |
Closing due to lack of activity after my #1594 (comment) |
Thanks! It worked. Actually I was thinking to adjust its width and height such that the scrollbar could appear, but your solution worked better. |
Shouldn't plotly be aware of the second y-Axis and move the legend accordingly automatically? |
Address the following issues where the title overlapped the y-axis tick labels or a portion of the title was cutoff plotly#1504 plotly#296 Might also address: plotly#1594
legend below + x axis analogue: #1199 |
Hi,
Can we adjust the width/height of the legend (containing multiple legend items) to prevent it from being overlapped on y-axis title?
Here is the code which shows multiple y-axes but the legend overlaps the title of second y-axis (at the right side of the graph).
Any help will be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: