diff --git a/pandora_console/include/functions_reports.php b/pandora_console/include/functions_reports.php index d4f7b9d7e8..a7423eb731 100755 --- a/pandora_console/include/functions_reports.php +++ b/pandora_console/include/functions_reports.php @@ -514,7 +514,8 @@ function reports_get_report_types ($template = false, $not_editor = false) { $types['sql_graph_hbar'] = array('optgroup' => __('Graphs'), 'name' => __('SQL horizonal bar graph')); } - if ($template && !defined('METACONSOLE')) { + + if ($template && (!defined('METACONSOLE') or $config['experimental_v_word'] == 1)) { $types['automatic_graph'] = array('optgroup' => __('Graphs'), 'name' => __('Automatic combined Graph')); }