.gitignore
.pre-commit-config.yaml
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/shiny_demo.py
src/pydygraphs/__init__.py
src/pydygraphs/_version.py
src/pydygraphs/declarative.py
src/pydygraphs/dygraph.py
src/pydygraphs/py.typed
src/pydygraphs/utils.py
src/pydygraphs.egg-info/PKG-INFO
src/pydygraphs.egg-info/SOURCES.txt
src/pydygraphs.egg-info/dependency_links.txt
src/pydygraphs.egg-info/requires.txt
src/pydygraphs.egg-info/top_level.txt
src/pydygraphs/assets/dygraph-combined.js
src/pydygraphs/assets/dygraph.css
src/pydygraphs/assets/shapes.js
src/pydygraphs/assets/plotters/barchart.js
src/pydygraphs/assets/plotters/barseries.js
src/pydygraphs/assets/plotters/candlestick.js
src/pydygraphs/assets/plotters/candlestickgroup.js
src/pydygraphs/assets/plotters/errorline.js
src/pydygraphs/assets/plotters/errorplotter.js
src/pydygraphs/assets/plotters/filledline.js
src/pydygraphs/assets/plotters/fillplotter.js
src/pydygraphs/assets/plotters/lineplotter.js
src/pydygraphs/assets/plotters/multicolumn.js
src/pydygraphs/assets/plotters/multicolumngroup.js
src/pydygraphs/assets/plotters/stackedbarchart.js
src/pydygraphs/assets/plotters/stackedbargroup.js
src/pydygraphs/assets/plotters/stackedlinegroup.js
src/pydygraphs/assets/plotters/stackedribbongroup.js
src/pydygraphs/assets/plotters/stemplot.js
src/pydygraphs/assets/plugins/compress.js
src/pydygraphs/assets/plugins/crosshair.js
src/pydygraphs/assets/plugins/rebase.js
src/pydygraphs/assets/plugins/ribbon.js
src/pydygraphs/assets/plugins/unzoom.js
src/pydygraphs/dash/__init__.py
src/pydygraphs/dash/capture.py
src/pydygraphs/dash/component.py
src/pydygraphs/shiny/__init__.py
src/pydygraphs/shiny/component.py
tests/dash/test_dash_component.py
tests/dash/test_gap_options.py
tests/integration/test_chrome_smoke.py
tests/integration/test_dygraph_render.py
tests/integration/test_sync_and_bar.py
tests/integration/assets/dygraph-combined.js
tests/integration/assets/dygraph.css
tests/integration/assets/shapes.js
tests/pydygraphs/test_axis.py
tests/pydygraphs/test_declarative.py
tests/pydygraphs/test_dygraph.py
tests/pydygraphs/test_highlight.py
tests/pydygraphs/test_interaction.py
tests/pydygraphs/test_legend.py
tests/pydygraphs/test_new_features.py
tests/pydygraphs/test_options.py
tests/pydygraphs/test_overlays.py
tests/pydygraphs/test_plotters.py
tests/pydygraphs/test_plugins.py
tests/pydygraphs/test_series.py
tests/pydygraphs/test_shiny_adapter.py
tests/pydygraphs/test_smoke.py
tests/pydygraphs/test_utils.py