Skip to content

Commit

Permalink
feat(LineChart): line chart refactored and arquero added for data man…
Browse files Browse the repository at this point in the history
…ipulation
  • Loading branch information
MEsteves22 committed Jun 1, 2023
1 parent 36498a8 commit b464dfe
Show file tree
Hide file tree
Showing 10 changed files with 1,090 additions and 308 deletions.
527 changes: 513 additions & 14 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions packages/viz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@
"dependencies": {
"@emotion/cache": "^11.10.5",
"@hitachivantara/uikit-react-core": "^5.5.0",
"echarts-for-react": "^3.0.2",
"echarts": "^5.4.2"
"arquero": "^5.2.0",
"echarts": "^5.4.2",
"echarts-for-react": "^3.0.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
Expand Down
Loading

0 comments on commit b464dfe

Please sign in to comment.