Skip to content

Commit 2ad0752

Browse files
committed
🐾 adding FigureWidgetResampler example
1 parent 10cb22a commit 2ad0752

File tree

2 files changed

+1578
-1
lines changed

2 files changed

+1578
-1
lines changed

examples/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ plotly-resampler in various use cases.
77

88
The testing CI/CD of plotly resampler uses _selenium_ and _selenium-wire_ to test the
99
interactiveness of various figures. All these figures are shown in
10-
the [basic-example notebook](basic_example.ipynb)
10+
the [basic example notebook](basic_example.ipynb)
11+
12+
### 0.1 Figurewidget example
13+
14+
The [figurewidget example notebook](figurewidget_example.ipynb) utilizes the `FigureWidgetResampler` wrapper to
15+
create a `go.FigureWidget` with dynamic aggregation functionality. A major advantage of this approach is that this does not create a web application, thus not needing to be able to create / forward a network port.
1116

1217
## 1. Dash apps
1318

0 commit comments

Comments
 (0)