mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-19 20:04:52 +02:00
Fixed percentile bubble in visual console. Ticket #2817
This commit is contained in:
parent
39f24f4eef
commit
a63a878f13
@ -1408,8 +1408,8 @@ function setPercentileBubble(id_data, values) {
|
|||||||
var img = url_hack_metaconsole + 'include/graphs/fgraph.php?homeurl=../../&graph_type=progressbubble&height=' + width_percentile + '&' +
|
var img = url_hack_metaconsole + 'include/graphs/fgraph.php?homeurl=../../&graph_type=progressbubble&height=' + width_percentile + '&' +
|
||||||
'width=' + width_percentile + '&mode=1&progress=' + percentile +
|
'width=' + width_percentile + '&mode=1&progress=' + percentile +
|
||||||
'&font=' + font + '&value_text=' + value_text + '&colorRGB=' + colorRGB;
|
'&font=' + font + '&value_text=' + value_text + '&colorRGB=' + colorRGB;
|
||||||
|
|
||||||
$("#image_" + idItem).attr('src', img);
|
$("#image_" + id_data).attr('src', img);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user