From 39c2cb3bad8ebc0c8cde527cf445037064e70e2a Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Thu, 8 Sep 2016 16:24:55 +0200 Subject: [PATCH] Fixed bug.ticket #3316 --- pandora_console/include/graphs/functions_flot.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pandora_console/include/graphs/functions_flot.php b/pandora_console/include/graphs/functions_flot.php index f14aab49d5..cec36d5837 100644 --- a/pandora_console/include/graphs/functions_flot.php +++ b/pandora_console/include/graphs/functions_flot.php @@ -670,7 +670,7 @@ function flot_hcolumn_chart ($graph_data, $width, $height, $water_mark, $font = } // Returns a 3D column chart -function flot_vcolumn_chart ($graph_data, $width, $height, $color, $legend, $long_index, $homeurl, $unit, $water_mark, $homedir) { +function flot_vcolumn_chart ($graph_data, $width, $height, $color, $legend, $long_index, $homeurl, $unit, $water_mark, $homedir, $font, $font_size) { global $config; include_javascript_dependencies_flot_graph(); @@ -751,9 +751,9 @@ function flot_vcolumn_chart ($graph_data, $width, $height, $color, $legend, $lon // Javascript code $return .= ""; return $return;