From 34cdfa536c5c660b9bdf27f3482bb7885cddad29 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Fri, 17 Feb 2023 16:14:31 +0100 Subject: [PATCH] changed color scheme for build generic graph --- caimira/apps/calculator/static/js/report.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caimira/apps/calculator/static/js/report.js b/caimira/apps/calculator/static/js/report.js index 66358aba..13548cf4 100644 --- a/caimira/apps/calculator/static/js/report.js +++ b/caimira/apps/calculator/static/js/report.js @@ -555,7 +555,7 @@ function draw_generic_concentration_plot( // H:M format var time_format = d3.timeFormat('%H:%M'); // D3 array of ten categorical colors represented as RGB hexadecimal strings. - var colors = d3.schemeAccent; + var colors = d3.schemeCategory10; // Variable for the highest concentration for all the scenarios var highest_concentration = 0.