Commit 9866e085 by Torkel Ödegaard

Graph: single series tooltip and unit format change fix, Closes #946

parent dd03a4b0
......@@ -153,7 +153,7 @@ function ($) {
}
// single series tooltip
else if (item) {
series = item.series;
series = seriesList[item.seriesIndex];
group = '<i class="icon-minus" style="color:' + item.series.color +';"></i> ' + series.label;
if (scope.panel.stack && scope.panel.tooltip.value_type === 'individual') {
......
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