Commit 920e5c93 by Torkel Ödegaard

Graph: tooltip fix for single series tooltip and right floated value being pushed down

parent 0aae78c6
......@@ -161,7 +161,7 @@ function ($) {
value = series.formatValue(value);
timestamp = dashboard.formatDate(item.datapoint[0]);
group += ': <span class="graph-tooltip-value">' + value + '</span>';
group += ': <span class="graph-tooltip-value">' + value + '</span><br>';
self.showTooltip(timestamp, group, pos);
}
......
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