Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Added uPlot chart components to replace Recharts; fixed timestamp iss…
Browse files Browse the repository at this point in the history
…ues (#88)

* Added uPlot chart components to replace Recharts; Fixed timestamp issues

* Integrated UPlot Components to the Dashboard

* Push new JSON files for batteries and wind sensors

* Minor modifications to uPlotLineChart

* Few small changes

* LineCharts for GPS, Batteries, and WindSensor Data

* small changes

* formatting and linters

---------

Co-authored-by: JordanChen123 <[email protected]>
  • Loading branch information
jahn18 and JordanChen123 authored Feb 1, 2024
1 parent 5559ca2 commit 04216a1
Show file tree
Hide file tree
Showing 9 changed files with 810 additions and 346 deletions.
363 changes: 331 additions & 32 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-saga": "^1.2.3",
"redux-thunk": "^2.4.2"
"redux-thunk": "^2.4.2",
"uplot": "^1.6.30",
"uplot-react": "^1.1.5"
},
"devDependencies": {
"@types/express": "^4.17.17",
Expand Down
Loading

0 comments on commit 04216a1

Please sign in to comment.