From e2fd17097dc682a09753adaea7372b322f415e83 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Sat, 28 Sep 2024 13:56:37 +0200
Subject: [PATCH] graph

---
 src/components/Graph.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Graph.tsx b/src/components/Graph.tsx
index e8c9bc7c..76685112 100644
--- a/src/components/Graph.tsx
+++ b/src/components/Graph.tsx
@@ -1,7 +1,7 @@
 import { Pie } from 'react-chartjs-2';
 import React from 'react';
 import { Bar } from 'react-chartjs-2';
-import { Chart as ChartJS, Tooltip, Legend,ArcElement, BarElement, CategoryScale, LinearScale, Title, RadialLinearScale, plugins } from 'chart.js';
+import { Chart as ChartJS, Tooltip, Legend,ArcElement, BarElement, CategoryScale, LinearScale, Title, RadialLinearScale } from 'chart.js';
 
 const backgroundcolorscale = [
           'rgba(133, 15, 120, 0.2)',
-- 
GitLab