RangeMode
public enum RangeMode : String, Encodable
Determines whether or not the range of this axis in the rangeslider use the same value than in the main plot when zooming in/out.
If auto, the autorange will be used. If fixed, the range is used. If match, the current
range of the corresponding y-axis on the main subplot is used.
View on GitHub
Install in Dash
RangeMode Enumeration Reference