Fixed bad display of htmlizeHostNamePieChart.
This commit is contained in:
parent
b8433e84eb
commit
371d199ee9
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ public class ChartHtmlizer
|
||||||
pie.setLegendPosition(Position.RIGHT);
|
pie.setLegendPosition(Position.RIGHT);
|
||||||
|
|
||||||
int index = 0;
|
int index = 0;
|
||||||
while ((index < list.size() && (index < 9)))
|
while ((index < list.size() && (index < 8)))
|
||||||
{
|
{
|
||||||
ChartColor color = colors.get(index);
|
ChartColor color = colors.get(index);
|
||||||
StringCounter counter = list.get(index);
|
StringCounter counter = list.get(index);
|
||||||
|
|
Loading…
Reference in a new issue