diff options
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'; |