extra fix for percent sign in aliases and plothover, #506

This commit is contained in:
Torkel Ödegaard
2014-07-03 16:28:38 +02:00
parent 6911e184f9
commit f422c84414
+1 -1
View File
@@ -339,7 +339,7 @@ function (angular, $, kbn, moment, _) {
if (seriesInfo.alias) {
group = '<small style="font-size:0.9em;">' +
'<i class="icon-circle" style="color:'+item.series.color+';"></i>' + ' ' +
(decodeURIComponent(seriesInfo.alias)) +
seriesInfo.alias +
'</small><br>';
} else {
group = kbn.query_color_dot(item.series.color, 15) + ' ';