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.