Y axis auto range/zoom but no scroll. #492
Unanswered
deltamelter
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Try with: layout:
yaxis:
autorangeoptions:
minallowed: 5
maxallowed: 20 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I might be missing something obvious, but can't find a combination that allows me to fixrange in the yaxis but still allow zooming.
I thought maybe autorange_after_scroll might do it, but seems not. Any Ideas?
eg, I want to zoom into the lows and negative values on the left:

The bars stay same height and the zoomed bars in focus are still unreadable:

leaving out
fixedrange
auto ranges correctly, but it's all too easily to "get lost" in the depth of the empty yaxis...Beta Was this translation helpful? Give feedback.
All reactions