Merge branch '99-problemas-visualizacion-graficas-combinadas-tipo-gauge-bullet-chart-y-pie-chart-en-consolas-visuales-2' into 'develop'

Change default pie custom graph width size in visual console custom graph creator - #99

See merge request !400
This commit is contained in:
vgilc 2017-04-24 16:22:34 +02:00
commit f0819db5c7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {