Skip to content

Commit

Permalink
added panning and zooming with constrains to the chart
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Nov 9, 2024
1 parent be69f9f commit ed359d5
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 173 deletions.
39 changes: 33 additions & 6 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
Expand Up @@ -14,6 +14,7 @@
"license": "ISC",
"dependencies": {
"@visx/axis": "^3.12.0",
"@visx/brush": "^3.12.0",
"@visx/event": "^3.12.0",
"@visx/glyph": "^3.12.0",
"@visx/gradient": "^3.12.0",
Expand All @@ -24,11 +25,15 @@
"@visx/shape": "^3.12.0",
"@visx/tooltip": "^3.12.0",
"@visx/visx": "^3.12.0",
"@visx/zoom": "^3.12.0",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"chartist": "^1.3.0",
"color": "^4.2.3",
"css-loader": "^6.5.1",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"d3-time-format": "^4.1.0",
"date-fns": "^4.1.0",
"dotenv": "^16.0.1",
"eslint-config-react-app": "^7.0.1",
Expand Down
Loading

0 comments on commit ed359d5

Please sign in to comment.