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 /src/components/Graphs/LineGraph.tsx | |
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 'src/components/Graphs/LineGraph.tsx')
-rw-r--r-- | src/components/Graphs/LineGraph.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Graphs/LineGraph.tsx b/src/components/Graphs/LineGraph.tsx index eba4680..6ef1f89 100644 --- a/src/components/Graphs/LineGraph.tsx +++ b/src/components/Graphs/LineGraph.tsx @@ -6,6 +6,7 @@ import { LineElement, Tooltip, } from 'chart.js'; +import 'chart.js/auto'; import { format } from 'date-fns' import { useEffect, useState } from 'react'; |