extra fix for percent sign in aliases and plothover, #506
This commit is contained in:
@@ -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) + ' ';
|
||||
|
||||
Reference in New Issue
Block a user