.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
uv.lock
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/index.md
examples/capture_demo.py
examples/corpframe_demo.py
examples/gallery_corporate_demo.py
examples/gallery_demo.py
examples/gallery_multiplot_demo.py
examples/interact.py
examples/interact_demo.py
examples/ipywidgets_interact.ipynb
examples/page_explicit.py
examples/page_implicit.py
examples/page_jupyter.ipynb
examples/showcase.py
examples/gallery_multiplot/gallery.json
examples/gallery_multiplot/inflation/data/data_20260101.csv
examples/gallery_multiplot/inflation/plots/plot_20260101_v1.png
examples/gallery_multiplot/inflation/plots/plot_20260325_v1.png
examples/gallery_multiplot/inflation/plots/plot_20260325_v2.png
examples/gallery_multiplot/inflation/plots/plot_20260325_v3.png
examples/gallery_multiplot/inflation/plots/plot_20260325_v4.png
examples/gallery_multiplot/inflation/plots/plot_20260325_v5.png
examples/gallery_multiplot/inflation/plots/plot_20260325_v6.png
examples/gallery_multiplot/inflation/scripts/script_20260101_v1.py
examples/gallery_multiplot/inflation/scripts/script_20260325_v1.py
examples/gallery_multiplot/inflation/scripts/script_20260325_v2.py
examples/gallery_multiplot/inflation/scripts/script_20260325_v3.py
examples/gallery_multiplot/inflation/scripts/script_20260325_v4.py
examples/gallery_multiplot/inflation/scripts/script_20260325_v5.py
examples/gallery_multiplot/inflation/scripts/script_20260325_v6.py
examples/gallery_multiplot/revenue_chart/data/data_20260101.csv
examples/gallery_multiplot/revenue_chart/plots/plot_20260101_v1.png
examples/gallery_multiplot/revenue_chart/plots/plot_20260325_v1.png
examples/gallery_multiplot/revenue_chart/scripts/script_20260101_v1.py
examples/gallery_multiplot/revenue_chart/scripts/script_20260325_v1.py
src/dash_capture/__init__.py
src/dash_capture/_dropdown.py
src/dash_capture/_html2canvas.py
src/dash_capture/_ids.py
src/dash_capture/_modebar.py
src/dash_capture/_version.py
src/dash_capture/_wizard.py
src/dash_capture/capture.py
src/dash_capture/mpl.py
src/dash_capture/py.typed
src/dash_capture/strategies.py
src/dash_capture.egg-info/PKG-INFO
src/dash_capture.egg-info/SOURCES.txt
src/dash_capture.egg-info/dependency_links.txt
src/dash_capture.egg-info/requires.txt
src/dash_capture.egg-info/top_level.txt
src/dash_capture/assets/html2canvas.min.js
tests/test_smoke.py
tests/dash_capture/test_capture.py
tests/dash_capture/test_dropdown.py
tests/dash_capture/test_html2canvas.py
tests/dash_capture/test_ids.py
tests/dash_capture/test_mpl.py
tests/dash_capture/test_strategies.py
tests/dash_capture/test_wizard.py