mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graph: Fixed no value in graph tooltip (#21246)
This commit is contained in:
parent
af2cd77655
commit
8740c66218
@ -257,7 +257,7 @@ export default function GraphTooltip(this: any, elem: any, dashboard: any, scope
|
||||
|
||||
series = seriesList[hoverInfo.index];
|
||||
|
||||
value = series.formatValue(sanitize(hoverInfo.value));
|
||||
value = series.formatValue(hoverInfo.value);
|
||||
const color = sanitize(hoverInfo.color);
|
||||
const label = sanitize(hoverInfo.label);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user