From c7af5c3b071752e916f4c18d58121916f3484970 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Mon, 24 Apr 2017 16:09:09 +0200 Subject: [PATCH] Change default pie custom graph width size in visual console custom graph creator - #99 --- pandora_console/include/functions_visual_map_editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_visual_map_editor.php b/pandora_console/include/functions_visual_map_editor.php index 47ce7665ce..83f7c99a81 100755 --- a/pandora_console/include/functions_visual_map_editor.php +++ b/pandora_console/include/functions_visual_map_editor.php @@ -606,7 +606,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) { size = 400+(3 * 50); } $('#text-width_module_graph').val(size); - $('#text-height_module_graph').val(180); + $('#text-height_module_graph').val(140); } else if (data.split(",")[0] == 4) {