Closed
Description
For example in case here: http://codepen.io/plotly/pen/648434b7b06688fc6b00067592d616b0.
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.