.gitignore
.pre-commit-config.yaml
CLAUDE.md
README.md
mkdocs.yml
pyproject.toml
uv.lock
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/api.md
docs/index.md
examples/full_demo.py
examples/gallery.py
examples/shiny_demo.py
src/dygraphs/__init__.py
src/dygraphs/_version.py
src/dygraphs/declarative.py
src/dygraphs/dygraph.py
src/dygraphs/py.typed
src/dygraphs/utils.py
src/dygraphs.egg-info/PKG-INFO
src/dygraphs.egg-info/SOURCES.txt
src/dygraphs.egg-info/dependency_links.txt
src/dygraphs.egg-info/requires.txt
src/dygraphs.egg-info/top_level.txt
src/dygraphs/assets/dygraph-combined.js
src/dygraphs/assets/dygraph.css
src/dygraphs/assets/moment-timezone.min.js
src/dygraphs/assets/moment.min.js
src/dygraphs/assets/shapes.js
src/dygraphs/assets/plotters/barchart.js
src/dygraphs/assets/plotters/barseries.js
src/dygraphs/assets/plotters/candlestick.js
src/dygraphs/assets/plotters/candlestickgroup.js
src/dygraphs/assets/plotters/errorline.js
src/dygraphs/assets/plotters/errorplotter.js
src/dygraphs/assets/plotters/filledline.js
src/dygraphs/assets/plotters/fillplotter.js
src/dygraphs/assets/plotters/lineplotter.js
src/dygraphs/assets/plotters/multicolumn.js
src/dygraphs/assets/plotters/multicolumngroup.js
src/dygraphs/assets/plotters/stackedbarchart.js
src/dygraphs/assets/plotters/stackedbargroup.js
src/dygraphs/assets/plotters/stackedlinegroup.js
src/dygraphs/assets/plotters/stackedribbongroup.js
src/dygraphs/assets/plotters/stemplot.js
src/dygraphs/assets/plugins/compress.js
src/dygraphs/assets/plugins/crosshair.js
src/dygraphs/assets/plugins/rebase.js
src/dygraphs/assets/plugins/ribbon.js
src/dygraphs/assets/plugins/unzoom.js
src/dygraphs/dash/__init__.py
src/dygraphs/dash/capture.py
src/dygraphs/dash/component.py
src/dygraphs/shiny/__init__.py
src/dygraphs/shiny/component.py
tests/dash/test_dash_component.py
tests/dash/test_gap_options.py
tests/dygraphs/test_axis.py
tests/dygraphs/test_coverage_gaps.py
tests/dygraphs/test_declarative.py
tests/dygraphs/test_dygraph.py
tests/dygraphs/test_highlight.py
tests/dygraphs/test_interaction.py
tests/dygraphs/test_js_validation.py
tests/dygraphs/test_legend.py
tests/dygraphs/test_new_features.py
tests/dygraphs/test_options.py
tests/dygraphs/test_overlays.py
tests/dygraphs/test_phase3_features.py
tests/dygraphs/test_plotters.py
tests/dygraphs/test_plugins.py
tests/dygraphs/test_series.py
tests/dygraphs/test_shiny_adapter.py
tests/dygraphs/test_smoke.py
tests/dygraphs/test_utils.py
tests/integration/test_browser_render.py
tests/integration/test_cdn_parity.py
tests/integration/test_chrome_smoke.py
tests/integration/test_dygraph_render.py
tests/integration/test_js_asset_parity.py
tests/integration/test_js_behavior.py
tests/integration/test_r_parity.py
tests/integration/test_render_all_features.py
tests/integration/test_sync_and_bar.py
tests/integration/assets/dygraph-combined.js
tests/integration/assets/dygraph.css
tests/integration/assets/shapes.js