From a4767fca1d0448854bead789c855e69935537568 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Mon, 13 Jun 2016 09:04:02 +0200 Subject: [PATCH] Fixed Pie charts and legend. Tiquet: #3742 --- pandora_console/include/functions_graph.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index e643c9a7c6..68f4b4f6de 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -1689,12 +1689,6 @@ function graphic_combined_module ($module_list, $weight_list, $period, } */ - $flash_charts = $config['flash_charts']; - - if ($only_image) { - $flash_charts = false; - } - $water_mark = array( 'file' => $config['homedir'] . "/images/logo_vertical_water.png",