.gitattributes
.gitignore
.pre-commit-config.yaml
AGENTS.md
LICENSE
README.md
bun.lock
justfile
package.json
pyproject.toml
pytest.ini
uv.lock
zensical.toml
.github/workflows/doc.yaml
.github/workflows/lint.yaml
.github/workflows/pypi.yaml
.github/workflows/tests-browser.yaml
.github/workflows/tests-js.yaml
.github/workflows/tests-python.yaml
.github/workflows/type.yaml
docs/index.md
docs/index.qmd
docs/developers/contributing.md
docs/developers/overview.md
docs/developers/parsing-matplotlib-svg.md
docs/developers/svg-parser-reference.md
docs/gallery/index.md
docs/gallery/index.qmd
docs/guides/index.md
docs/guides/advanced/advanced.py
docs/guides/advanced/index.md
docs/guides/css/CSS.py
docs/guides/css/index.md
docs/guides/embed-graphs/index.md
docs/guides/javascript/index.md
docs/guides/javascript/javascript.py
docs/guides/troubleshooting/index.md
docs/iframes/CSS-2.html
docs/iframes/CSS.html
docs/iframes/area-natural-disasters.html
docs/iframes/bug.html
docs/iframes/energy-consumption-france.html
docs/iframes/javascript.html
docs/iframes/javascript2.html
docs/iframes/quickstart.html
docs/iframes/quickstart10.html
docs/iframes/quickstart11.html
docs/iframes/quickstart12.html
docs/iframes/quickstart13.html
docs/iframes/quickstart2.html
docs/iframes/quickstart3.html
docs/iframes/quickstart4.html
docs/iframes/quickstart5.html
docs/iframes/quickstart6.html
docs/iframes/quickstart7.html
docs/iframes/quickstart8.html
docs/iframes/quickstart9.html
docs/img/how-it-works-1.png
docs/img/how-it-works-2.png
docs/img/overview.png
docs/img/quick-start-readme.png
docs/index_files/figure-commonmark/cell-3-output-1.png
docs/reference/css.md
docs/reference/datasets.md
docs/reference/javascript.md
docs/reference/plotjs.md
docs/static/style.css
docs/stylesheets/style.css
overrides/partials/footer.html
plotjs/__init__.py
plotjs/css.py
plotjs/javascript.py
plotjs/plotjs.py
plotjs/utils.py
plotjs.egg-info/PKG-INFO
plotjs.egg-info/SOURCES.txt
plotjs.egg-info/dependency_links.txt
plotjs.egg-info/requires.txt
plotjs.egg-info/top_level.txt
plotjs/data/__init__.py
plotjs/data/datasets.py
plotjs/data/iris.csv
plotjs/data/mtcars.csv
plotjs/data/titanic.csv
plotjs/static/default.css
plotjs/static/plotparser.js
plotjs/static/template.html
tests/test-browser/__init__.py
tests/test-browser/conftest.py
tests/test-browser/test_interactions.py
tests/test-browser/test_rendering.py
tests/test-javascript/EdgeCases.test.js
tests/test-javascript/ParserSelectors.test.js
tests/test-javascript/ParserSetHover.test.js
tests/test-javascript/Selection.test.js
tests/test-python/__init__.py
tests/test-python/test_css.py
tests/test-python/test_data.py
tests/test-python/test_js.py
tests/test-python/test_main.py
tests/test-python/test_other_utils.py
tests/test-python/test_plotjs.py
tests/test-python/static/script.js
tests/test-python/static/script2.js
tests/test-python/static/style-invalid.css
tests/test-python/static/style.css