Fixed percentile bubble in visual console. Ticket #2817

This commit is contained in:
Arturo Gonzalez Diaz 2015-09-28 10:08:01 +02:00
parent 39f24f4eef
commit a63a878f13
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
});
}