Commit f422c844 by Torkel Ödegaard

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

parent 6911e184
...@@ -339,7 +339,7 @@ function (angular, $, kbn, moment, _) { ...@@ -339,7 +339,7 @@ function (angular, $, kbn, moment, _) {
if (seriesInfo.alias) { if (seriesInfo.alias) {
group = '<small style="font-size:0.9em;">' + group = '<small style="font-size:0.9em;">' +
'<i class="icon-circle" style="color:'+item.series.color+';"></i>' + ' ' + '<i class="icon-circle" style="color:'+item.series.color+';"></i>' + ' ' +
(decodeURIComponent(seriesInfo.alias)) + seriesInfo.alias +
'</small><br>'; '</small><br>';
} else { } else {
group = kbn.query_color_dot(item.series.color, 15) + ' '; group = kbn.query_color_dot(item.series.color, 15) + ' ';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment