.coveragerc
.gitignore
.travis.yml
CHANGELOG.md
README.md
dev_requirements.txt
docker-compose.yml
package-lock.json
package.json
requirements.txt
setup.py
test.ini
.github/SUPPORT.md
.github/nhm-logo.svg
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
ckanext/__init__.py
ckanext/graph/__init__.py
ckanext/graph/db.py
ckanext/graph/plugin.py
ckanext/graph/lib/__init__.py
ckanext/graph/lib/utils.py
ckanext/graph/logic/__init__.py
ckanext/graph/logic/validators.py
ckanext/graph/patches/top-value-jquery.flot.barnumbers.js
ckanext/graph/theme/assets/webassets.yml
ckanext/graph/theme/assets/less/graph.less
ckanext/graph/theme/assets/scripts/modules/graph.js
ckanext/graph/theme/assets/vendor/excanvas.js
ckanext/graph/theme/assets/vendor/jquery.flot.barnumbers.js
ckanext/graph/theme/assets/vendor/jquery.flot.categories.js
ckanext/graph/theme/assets/vendor/jquery.flot.js
ckanext/graph/theme/assets/vendor/jquery.flot.tickrotor.js
ckanext/graph/theme/assets/vendor/jquery.flot.time.js
ckanext/graph/theme/templates/graph/form.html
ckanext/graph/theme/templates/graph/view.html
ckanext_graph.egg-info/PKG-INFO
ckanext_graph.egg-info/SOURCES.txt
ckanext_graph.egg-info/dependency_links.txt
ckanext_graph.egg-info/entry_points.txt
ckanext_graph.egg-info/namespace_packages.txt
ckanext_graph.egg-info/not-zip-safe
ckanext_graph.egg-info/top_level.txt
docker/Dockerfile
docker/entrypoint.sh
tests/__init__.py
tests/test_utils.py