mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-17 02:44:50 +02:00
Fixed percentile bubble in visual console. Ticket #2817
This commit is contained in:
parent
39f24f4eef
commit
a63a878f13
@ -1409,7 +1409,7 @@ function setPercentileBubble(id_data, values) {
|
||||
'width=' + width_percentile + '&mode=1&progress=' + percentile +
|
||||
'&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