File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6
6
7
7
### Added
8
8
- [#2695](https://github.com/plotly/dash/pull/2695) Adds `triggered_id` to `dash_clientside.callback_context`. Fixes [#2692](https://github.com/plotly/dash/issues/2692)
9
+ - [#2723](https://github.com/plotly/dash/pull/2723) Improve dcc Slider/RangeSlider tooltips. Fixes [#1846](https://github.com/plotly/dash/issues/1846)
10
+ - Add `tooltip.format` a string for the format template, {value} will be formatted with the actual value.
11
+ - Add `tooltip.style` a style object to give to the div of the tooltip.
9
12
10
13
## Changed
11
14
- [#2652](https://github.com/plotly/dash/pull/2652) dcc.Clipboard supports htm_content and triggers a copy to clipboard when n_clicks are changed
You can’t perform that action at this time.
0 commit comments