diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-07-07 10:47:35 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-07-07 10:47:35 +0200 |
commit | 8a55e8b91644a1840013d768878bb698d0196720 (patch) | |
tree | bed62f33081c59fcd6dd93b801887eb0b4fc6760 /package.json | |
parent | Components: LineGraph: Use timeframe for fetching data (diff) | |
download | fs-tracer-frontend-8a55e8b91644a1840013d768878bb698d0196720.tar.gz fs-tracer-frontend-8a55e8b91644a1840013d768878bb698d0196720.tar.bz2 fs-tracer-frontend-8a55e8b91644a1840013d768878bb698d0196720.zip |
Components: DonutChart: Add file writes size percentiles graph
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 9dfeb81..dc235b9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.23.1" + "react-router-dom": "^6.23.1", + "simple-statistics": "^7.8.3" }, "devDependencies": { "@types/react": "^18.2.66", |