Skip to content

Commit ed9deeb

Browse files
authored
show slicenr on slider (#5)
1 parent 87790f5 commit ed9deeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dash_3d_viewer/slicer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def __init__(self, app, volume, axis=0, id=None):
7676
max=self._max_index,
7777
step=1,
7878
value=self._max_index // 2,
79+
tooltip={"always_visible": False, "placement": "left"},
7980
updatemode="drag",
8081
)
8182
# Create the stores that we need (these must be present in the layout)

0 commit comments

Comments
 (0)