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:
commit
f0819db5c7
|
@ -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