mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Calcs: Fix difference percent in legend (#59243)
This commit is contained in:
parent
d76638338d
commit
58fd0a8b44
@ -80,7 +80,7 @@ export const PlotLegend: React.FC<PlotLegendProps> = React.memo(
|
|||||||
...field,
|
...field,
|
||||||
config: {
|
config: {
|
||||||
...field.config,
|
...field.config,
|
||||||
unit: 'percent',
|
unit: 'percentunit',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
theme,
|
theme,
|
||||||
|
Loading…
Reference in New Issue
Block a user