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

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