changed color scheme for build generic graph
This commit is contained in:
parent
bc7dae3610
commit
34cdfa536c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue