From 20addda9fe5ae6ff68c10bfa55aeaf06a6532183 Mon Sep 17 00:00:00 2001 From: Luis Date: Fri, 7 Aug 2020 09:35:27 +0200 Subject: [PATCH] Fixed missing ckbox custom graphs --- .../godmode/reporting/graph_builder.main.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/pandora_console/godmode/reporting/graph_builder.main.php b/pandora_console/godmode/reporting/graph_builder.main.php index 70ac08216e..e6e0bcb862 100644 --- a/pandora_console/godmode/reporting/graph_builder.main.php +++ b/pandora_console/godmode/reporting/graph_builder.main.php @@ -164,9 +164,9 @@ echo ''; echo "".__('Percentil').''; echo "".html_print_checkbox('percentil', 1, $percentil, true).''; -echo "
".__('Equalize maximum thresholds').''; - html_print_checkbox('threshold', CUSTOM_GRAPH_BULLET_CHART_THRESHOLD, $check, false, false, '', false); -echo '
'; +echo "".__('Equalize maximum thresholds').''; +echo "".html_print_checkbox('threshold', CUSTOM_GRAPH_BULLET_CHART_THRESHOLD, $check, true, false, '', false); +echo ''; echo "".__('Add summatory series').''; echo "".html_print_checkbox('summatory_series', 1, $summatory_series, true)." ".__('Add average series').''; @@ -175,6 +175,7 @@ echo "".__('Modules and series').''; echo "".html_print_checkbox('modules_series', 1, $modules_series, true).''; echo "".__('Show full scale graph (TIP)').''; +echo "".html_print_checkbox('fullscale', 1, $fullscale, true).''; echo ''; echo ''; @@ -190,9 +191,9 @@ echo ''; echo '