mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-11755-netflow-live-view-tipo-summary-no-muestra-grafica-al-usar-aggregated-by-ports' into 'develop'
Ent 11755 netflow live view tipo summary no muestra grafica al usar aggregated by ports See merge request artica/pandorafms!6279
This commit is contained in:
commit
f65a4ddca9
@ -4560,6 +4560,10 @@ function graph_netflow_aggregate_pie($data, $aggregate, $ttl=1, $only_image=fals
|
|||||||
}
|
}
|
||||||
|
|
||||||
$labels = array_keys($values);
|
$labels = array_keys($values);
|
||||||
|
foreach ($labels as $key => $label) {
|
||||||
|
$labels[$key] = (string) $label;
|
||||||
|
}
|
||||||
|
|
||||||
$values = array_values($values);
|
$values = array_values($values);
|
||||||
|
|
||||||
if ($config['fixed_graph'] == false) {
|
if ($config['fixed_graph'] == false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user