Graph: tooltip fix for single series tooltip and right floated value being pushed down
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user