From f422c844141214622a2a03f588d65a4277760f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 3 Jul 2014 16:28:38 +0200 Subject: [PATCH] extra fix for percent sign in aliases and plothover, #506 --- src/app/directives/grafanaGraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/directives/grafanaGraph.js b/src/app/directives/grafanaGraph.js index da00f05e8c5..e6f7ca27dee 100755 --- a/src/app/directives/grafanaGraph.js +++ b/src/app/directives/grafanaGraph.js @@ -339,7 +339,7 @@ function (angular, $, kbn, moment, _) { if (seriesInfo.alias) { group = '' + '' + ' ' + - (decodeURIComponent(seriesInfo.alias)) + + seriesInfo.alias + '
'; } else { group = kbn.query_color_dot(item.series.color, 15) + ' ';