Fixed graphic labels.

This commit is contained in:
Christian P. MOMON 2021-03-05 02:04:45 +01:00
parent 85ea317bfe
commit 41061a791a

View file

@ -286,7 +286,7 @@ public class Htmlizer
index += 1; index += 1;
} }
pie.add("Autres", others, ChartColor.BLUE); pie.add("Autres catégories", others, ChartColor.BLUE);
pie.setLegendPosition(Position.RIGHT); pie.setLegendPosition(Position.RIGHT);
result = DoughnutChartView.build(pie); result = DoughnutChartView.build(pie);
@ -919,7 +919,7 @@ public class Htmlizer
{ {
String result; String result;
PieChart pie = new PieChart("Services avec ou son date"); PieChart pie = new PieChart("Services avec ou sans date");
long filled = 0; long filled = 0;
long unfilled = 0; long unfilled = 0;