Merge branch '2550-Las_graficas_no_se_muestran_bien_en_Dashboard' into 'develop'

fixed minor error refresh graph pie

See merge request artica/pandorafms!1752
This commit is contained in:
vgilc 2018-09-12 11:27:39 +02:00
commit 8622fc2738
1 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ function pandoraFlotPieCustom(graph_id, values, labels, width,
set_watermark(graph_id, plot,
$('#watermark_image_' + graph_id).attr('src'));
}
/*
window.onresize = function(event) {
$.plot($('#' + graph_id), data, conf_pie);
if (no_data == data.length) {
@ -319,7 +319,7 @@ function pandoraFlotPieCustom(graph_id, values, labels, width,
$(this).css('transform', "rotate(-35deg)").css('color', 'black');
});
}
*/
}
function pandoraFlotHBars(graph_id, values, labels, water_mark,