Skip to content

[BUG] Limit total tick marks on sliders #3331

@ndrezn

Description

@ndrezn
Member

Slider components, when set with many tick marks, will freeze the UI.

While developers may notice this and fix it, in AI systems setting too many tick marks causes problems in rendering really easily, and is hard to debug.

We can plausibly just restrict the total tick marks to ~5k or so as a maximum (most displays are 5k pixels wide, so 5k tick marks is more than enough).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

P1needed for current cyclebugsomething broken

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @gvwilson@T4rk1n@ndrezn

    Issue actions

      [BUG] Limit total tick marks on sliders · Issue #3331 · plotly/dash