File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Create slice views along a given dimension, and allows multiple such
8
8
views to be linked, to help with navigation. Supports anisotropic data,
9
9
mask overlays, and more.
10
10
11
- <img width =' 400 ' src =' https://user-images.githubusercontent.com/3015475/102207234-0c91d100-3ece -11eb-8a2b-6846a4281931 .png ' ></img >
11
+ <img width =' 700 ' src =' https://user-images.githubusercontent.com/3015475/102329845-28a67880-3f89 -11eb-82de-2cc2ff463a53 .png ' ></img >
12
12
13
13
14
14
## Status
@@ -45,6 +45,11 @@ if __name__ == "__main__":
45
45
app.run_server(debug = True , dev_tools_props_check = False )
46
46
```
47
47
48
+ See [ the guide] ( https://dash.plotly.com/slicer ) for more examples and explanations.
49
+ A complete app that uses dash-slicer is [ dash-vocid-xray] ( https://dash-gallery.plotly.host/dash-covid-xray/ )
50
+ ([ source] ( https://github.com/plotly/dash-sample-apps/blob/master/apps/dash-covid-xray/app.py ) ).
51
+
52
+
48
53
49
54
## License
50
55
You can’t perform that action at this time.
0 commit comments