From a006932ff3224457de17620ea524fb4df39f92d6 Mon Sep 17 00:00:00 2001 From: Bram Barbieri Date: Wed, 3 Apr 2024 12:29:04 +0200 Subject: [PATCH] questions coulor updated. --- web/newWebsite/questions-creation-class.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/newWebsite/questions-creation-class.js b/web/newWebsite/questions-creation-class.js index 356d3e0..c4d15ab 100644 --- a/web/newWebsite/questions-creation-class.js +++ b/web/newWebsite/questions-creation-class.js @@ -11,14 +11,14 @@ class QuestionCreationClass { label: 'Responses', data: this.data, backgroundColor: [ - 'rgba(255, 99, 132, 0.2)', 'rgba(54, 162, 235, 0.2)', - 'rgba(255, 206, 86, 0.2)' + 'rgba(255, 206, 86, 0.2)', + 'rgba(255, 99, 132, 0.2)' ], borderColor: [ - 'rgba(255, 99, 132, 1)', 'rgba(54, 162, 235, 1)', - 'rgba(255, 206, 86, 1)' + 'rgba(255, 206, 86, 1)', + 'rgba(255, 99, 132, 1)' ], borderWidth: 1 }]