Skip to content

Commit

Permalink
Merge pull request #80 from ADORSYS-GIS/feature-25-select-charting-li…
Browse files Browse the repository at this point in the history
…brary

chartJS(global) integrating ChartJS
  • Loading branch information
sinke authored Nov 22, 2023
2 parents 28ed0db + f5056be commit 7baa895
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ venv
__pycache__
*.pyc
.DS_Store
project
project
node_modules
43 changes: 43 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"chart.js": "^4.4.0"
}
}
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ notebook
pandas
flask
beautifulsoup4
selenium
selenium
chart.js

0 comments on commit 7baa895

Please sign in to comment.