File tree Expand file tree Collapse file tree 4 files changed +24
-5
lines changed
Expand file tree Collapse file tree 4 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 1- API reference 📖
2- ================
1+ API 📖
2+ ======
33
44.. autosummary ::
55 :toctree: _autosummary
@@ -9,4 +9,7 @@ API reference 📖
99 plotly_resampler.figure_resampler
1010
1111 .. _aggregation
12- plotly_resampler.aggregation
12+ plotly_resampler.aggregation
13+
14+ .. _registering
15+ plotly_resampler.registering
Original file line number Diff line number Diff line change 77
88
99
10- Integration with a dash app 🤝
11- ==============================
10+ Dash integration 🤝
11+ ===================
1212
1313This documentation page describes how you can integrate ``plotly-resampler `` in a `dash <https://dash.plotly.com/ >`_ application.
1414
Original file line number Diff line number Diff line change @@ -27,3 +27,11 @@ FigureWidgetResampler
2727 :undoc-members:
2828 :show-inheritance:
2929
30+ ^^^^^^^^^^^^^^^^^
31+ utility functions
32+ ^^^^^^^^^^^^^^^^^
33+
34+ .. automodule :: plotly_resampler.figure_resampler.utils
35+ :members:
36+ :undoc-members:
37+ :show-inheritance:
Original file line number Diff line number Diff line change 1+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+ (un)wrapping plotly figures
3+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+ .. automodule :: plotly_resampler.registering
6+ :members:
7+ :undoc-members:
8+ :show-inheritance:
You can’t perform that action at this time.
0 commit comments