From b0257eb3f4ab5b84829a5a855795c37227d62ccd Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 12 Sep 2018 11:23:26 +0200 Subject: [PATCH] fixed minor error refresh graph pie --- pandora_console/include/graphs/flot/pandora.flot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/graphs/flot/pandora.flot.js b/pandora_console/include/graphs/flot/pandora.flot.js index e3abe74681..0033717955 100644 --- a/pandora_console/include/graphs/flot/pandora.flot.js +++ b/pandora_console/include/graphs/flot/pandora.flot.js @@ -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,