You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add rangeslider: {} to xaxis2, no slider will be rendered.
If I add rangeslider: {} to both xaxis and xaxis2, only the first x-axis will have the slider.
It seems the range slider will not work for some of the axes in subplots.
The text was updated successfully, but these errors were encountered:
For example in case here: http://codepen.io/plotly/pen/648434b7b06688fc6b00067592d616b0.
If I add
rangeslider: {}
toxaxis2
, no slider will be rendered.If I add
rangeslider: {}
to bothxaxis
andxaxis2
, only the first x-axis will have the slider.It seems the range slider will not work for some of the axes in subplots.
The text was updated successfully, but these errors were encountered: