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

This commit is contained in:
Torkel Ödegaard 2014-10-08 17:00:07 -04:00
parent 0aae78c6bd
commit 920e5c93e1

View File

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