Fixed graphic labels.
This commit is contained in:
parent
85ea317bfe
commit
41061a791a
1 changed files with 2 additions and 2 deletions
|
@ -286,7 +286,7 @@ public class Htmlizer
|
|||
|
||||
index += 1;
|
||||
}
|
||||
pie.add("Autres", others, ChartColor.BLUE);
|
||||
pie.add("Autres catégories", others, ChartColor.BLUE);
|
||||
pie.setLegendPosition(Position.RIGHT);
|
||||
|
||||
result = DoughnutChartView.build(pie);
|
||||
|
@ -919,7 +919,7 @@ public class Htmlizer
|
|||
{
|
||||
String result;
|
||||
|
||||
PieChart pie = new PieChart("Services avec ou son date");
|
||||
PieChart pie = new PieChart("Services avec ou sans date");
|
||||
|
||||
long filled = 0;
|
||||
long unfilled = 0;
|
||||
|
|
Loading…
Reference in a new issue