Skip to content

range slider width does not update on relayout  #686

@etpinard

Description

@etpinard
Contributor

Activity

self-assigned this
on Jul 5, 2016
etpinard

etpinard commented on Jul 5, 2016

@etpinard
ContributorAuthor

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, ...)

cc @mdtusz

etpinard

etpinard commented on Aug 2, 2016

@etpinard
ContributorAuthor

range sliders should also update and extendTraces (see community post)

added this to the v1.18.0 milestone on Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Relationships

None yet

    Development

    Participants

    @etpinard

    Issue actions

      range slider width does not update on relayout · Issue #686 · plotly/plotly.js