mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
Chore: Fix missing property from ExploreGraph (#30315)
This commit is contained in:
parent
b649bfc270
commit
edb7f2280b
@ -125,7 +125,7 @@ export function ExploreGraphNGPanel({
|
||||
height={400}
|
||||
timeRange={timeRange}
|
||||
onLegendClick={onLegendClick}
|
||||
legend={{ displayMode: LegendDisplayMode.List, placement: 'bottom' }}
|
||||
legend={{ displayMode: LegendDisplayMode.List, placement: 'bottom', calcs: [] }}
|
||||
timeZone={timeZone}
|
||||
>
|
||||
<TooltipPlugin mode="single" timeZone={timeZone} />
|
||||
|
Loading…
Reference in New Issue
Block a user