From 6eda5604d2d750af0423f129ef700dc0674730d7 Mon Sep 17 00:00:00 2001 From: Vladimir Kolobaev Date: Fri, 10 Feb 2017 11:31:51 +0400 Subject: [PATCH] Full metric description (#7493) graph: add full metric description for graph-legend-alias title --- public/app/plugins/panel/graph/legend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/graph/legend.js b/public/app/plugins/panel/graph/legend.js index cf652950485..fd5abfb2db2 100644 --- a/public/app/plugins/panel/graph/legend.js +++ b/public/app/plugins/panel/graph/legend.js @@ -167,7 +167,7 @@ function (angular, _, $) { html += ''; html += ''; - html += '' + _.escape(series.label) + ''; + html += '' + _.escape(series.label) + ''; if (panel.legend.values) { var avg = series.formatValue(series.stats.avg);