Fixed bad display of htmlizeHostNamePieChart.

This commit is contained in:
Christian P. MOMON 2022-07-22 16:26:48 +02:00
parent b8433e84eb
commit 371d199ee9

View file

@ -219,7 +219,7 @@ public class ChartHtmlizer
pie.setLegendPosition(Position.RIGHT);
int index = 0;
while ((index < list.size() && (index < 9)))
while ((index < list.size() && (index < 8)))
{
ChartColor color = colors.get(index);
StringCounter counter = list.get(index);