[Pie Charts] Maximized the number of elements

This commit is contained in:
fermin831 2018-03-01 13:19:58 +01:00
parent 287d28de4e
commit 4719742ba2
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ function pie_graph($graph_type, $flash_chart, $chart_data, $width,
setup_watermark($water_mark, $water_mark_file, $water_mark_url);
// This library allows only 8 colors
$max_values = 5;
$max_values = 9;
//Remove the html_entities
$temp = array();