diff --git a/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php b/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php index 4cb4734105..29c5c17372 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php +++ b/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php @@ -504,9 +504,8 @@ class CustomGraphWidget extends Widget break; case CUSTOM_GRAPH_VBARS: - $style = 'padding: 10px;'; $height = $size['height']; - $output = '
'; + $output = '
'; break; case CUSTOM_GRAPH_GAUGE: