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

This commit is contained in:
enriquecd 2017-04-24 16:09:09 +02:00
parent e32d353cc2
commit c7af5c3b07
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) {