mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
fixed minor error refresh graph pie
This commit is contained in:
parent
7eed209339
commit
b0257eb3f4
@ -284,7 +284,7 @@ function pandoraFlotPieCustom(graph_id, values, labels, width,
|
|||||||
set_watermark(graph_id, plot,
|
set_watermark(graph_id, plot,
|
||||||
$('#watermark_image_' + graph_id).attr('src'));
|
$('#watermark_image_' + graph_id).attr('src'));
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
window.onresize = function(event) {
|
window.onresize = function(event) {
|
||||||
$.plot($('#' + graph_id), data, conf_pie);
|
$.plot($('#' + graph_id), data, conf_pie);
|
||||||
if (no_data == data.length) {
|
if (no_data == data.length) {
|
||||||
@ -319,7 +319,7 @@ function pandoraFlotPieCustom(graph_id, values, labels, width,
|
|||||||
$(this).css('transform', "rotate(-35deg)").css('color', 'black');
|
$(this).css('transform', "rotate(-35deg)").css('color', 'black');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
function pandoraFlotHBars(graph_id, values, labels, water_mark,
|
function pandoraFlotHBars(graph_id, values, labels, water_mark,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user