Changed color of ServiceCountYearChart.
This commit is contained in:
parent
371d199ee9
commit
fa053bebad
1 changed files with 1 additions and 1 deletions
|
@ -1452,7 +1452,7 @@ public class ChartHtmlizer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
chart.add(String.valueOf(current), count, ChartColor.VIOLET);
|
chart.add(String.valueOf(current), count, ChartColor.YELLOW);
|
||||||
|
|
||||||
current += 1;
|
current += 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue