Commit 6eda5604 by Vladimir Kolobaev Committed by Carl Bergquist

Full metric description (#7493)

graph: add full metric description for graph-legend-alias title
parent 38c29d22
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment