We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60561ba commit c366f66Copy full SHA for c366f66
chartlets.py/chartlets/components/slider.py
@@ -68,7 +68,7 @@ class Slider(Component):
68
tooltip: str | None = None
69
"""Tooltip title. Optional."""
70
71
- track: Literal["inverted", "normal"] | False | None = None
+ track: Literal["inverted", "normal"] | bool | None = None
72
"""The track presentation:
73
74
- `normal`: the track will render a bar representing the slider value.
0 commit comments