Changed color of ServiceCountYearChart.

This commit is contained in:
Christian P. MOMON 2022-07-22 16:29:46 +02:00
parent 371d199ee9
commit fa053bebad

View file

@ -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;
}