Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Slider/RangeSlider tooltip.format and tooltip.style. #2723

Merged
merged 7 commits into from
Jan 31, 2024
Merged

Conversation

T4rk1n
Copy link
Contributor

@T4rk1n T4rk1n commented Jan 10, 2024

Resolve #1846

Add two new props to dcc Slider and RangeSlider:

  • tooltip.format a string for the format template, {value} will be formatted with the actual value.
  • tooltip.style a style object to give to the div of the tooltip.

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃

@T4rk1n T4rk1n merged commit 49ac14f into dev Jan 31, 2024
3 checks passed
@T4rk1n T4rk1n deleted the slider-tips branch January 31, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] dcc.RangeSlider tooltip - allow displaying something else than value
3 participants