Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

RangeSlider: out-of-range labels #517

@TahiriNadia

Description

@TahiriNadia

if you put labels outside the slider range, they are still drawn, but they shouldn’t be
see here FYI plotly/dashR#80 (comment)

Example:

dccRangeSlider(
    marks=as.list(setNames(c(paste("Label", -5:6)), -5:6)),
    min=-5,
    max=6,
    value=list(-3, 4)
)

Screen Shot 2019-04-10 at 10 28 23 AM

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions