mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graph: tooltip fix for single series tooltip and right floated value being pushed down
This commit is contained in:
parent
0aae78c6bd
commit
920e5c93e1
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user