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
Looks like pretty much all rangeslider attributes don't update upon Plotly.relayout.
To fix this,
we could write an updateSlider routine that updates the relevant slider parts (created via createSlider).
or rewrite the createSlider routine using d3 data join to handle both creation and updates in one, similar to how most of our other components function (e.g. Legend, RangeSelector, ...)
Activity
etpinard commentedon Jul 5, 2016
Looks like pretty much all
rangeslider
attributes don't update uponPlotly.relayout
.To fix this,
updateSlider
routine that updates the relevant slider parts (created viacreateSlider
).createSlider
routine using d3 data join to handle both creation and updates in one, similar to how most of our other components function (e.g.Legend
,RangeSelector
, ...)cc @mdtusz
etpinard commentedon Aug 2, 2016
range sliders should also update and
extendTraces
(see community post)