Full metric description (#7493)

graph: add full metric description for graph-legend-alias title
This commit is contained in:
Vladimir Kolobaev
2017-02-10 11:31:51 +04:00
committed by Carl Bergquist
parent 38c29d2209
commit 6eda5604d2

View File

@@ -167,7 +167,7 @@ function (angular, _, $) {
html += '<i class="fa fa-minus pointer" style="color:' + series.color + '"></i>';
html += '</div>';
html += '<a class="graph-legend-alias pointer">' + _.escape(series.label) + '</a>';
html += '<a class="graph-legend-alias pointer" title="' + _.escape(series.label) + '">' + _.escape(series.label) + '</a>';
if (panel.legend.values) {
var avg = series.formatValue(series.stats.avg);