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);