From 4f2372aa00caa57727143dc5f615904f626f49c5 Mon Sep 17 00:00:00 2001 From: Firas Jelassi <49401280+FriscPlusPlus@users.noreply.github.com> Date: Thu, 9 Nov 2023 19:15:33 +0100 Subject: [PATCH] Update chart.json --- js/chart.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/js/chart.json b/js/chart.json index f7f5dc9..17c57b9 100644 --- a/js/chart.json +++ b/js/chart.json @@ -4,11 +4,12 @@ "labels": [ "HTML&CSS", "JavaScript", + "SAP (ABAP, UI5, CAP and much more)", "bash", "C#", "Java", "Python", - "SAP" + "C" ], "datasets": [ { @@ -19,13 +20,14 @@ "backgroundColor": {}, "hoverBackgroundColor": {}, "data": [ - 95, 98, + 98, + 95, + 35, + 45, + 40, 35, - 20, - 60, - 50, - 85 + 15 ] } ] @@ -74,4 +76,4 @@ ] } } -} \ No newline at end of file +}