Skip to content

Commit

Permalink
feat: add plotly stub
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Apr 9, 2024
1 parent 45c2079 commit 28d7462
Show file tree
Hide file tree
Showing 13 changed files with 225,266 additions and 11 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include README.rst
include LICENSE
include requirements.txt
recursive-include ckanext/charts *.html *.json *.js *.less *.css *.mo *.yml
recursive-include ckanext/charts *.html *.json *.js *.less *.css *.mo *.yml *.yaml
recursive-include ckanext/charts/migration *.ini *.py *.mako
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ help:

changelog: ## compile changelog
git changelog -c conventional -o CHANGELOG.md


vendor:
cp node_modules/chart.js/dist/chart.umd.js ckanext/charts/assets/vendor/chart.js
cp node_modules/plotly.js-dist/plotly.js ckanext/charts/assets/vendor/plotly.js
Loading

0 comments on commit 28d7462

Please sign in to comment.