about summary refs log tree commit diff
path: root/src/components/Graphs/LineGraph.tsx
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-07-07 10:47:35 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-07-07 10:47:35 +0200
commit8a55e8b91644a1840013d768878bb698d0196720 (patch)
treebed62f33081c59fcd6dd93b801887eb0b4fc6760 /src/components/Graphs/LineGraph.tsx
parentComponents: LineGraph: Use timeframe for fetching data (diff)
downloadfs-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.tsx1
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';