Change default pie custom graph width size in visual console custom graph creator - #99
This commit is contained in:
parent
e32d353cc2
commit
c7af5c3b07
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue