mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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}
|
height={400}
|
||||||
timeRange={timeRange}
|
timeRange={timeRange}
|
||||||
onLegendClick={onLegendClick}
|
onLegendClick={onLegendClick}
|
||||||
legend={{ displayMode: LegendDisplayMode.List, placement: 'bottom' }}
|
legend={{ displayMode: LegendDisplayMode.List, placement: 'bottom', calcs: [] }}
|
||||||
timeZone={timeZone}
|
timeZone={timeZone}
|
||||||
>
|
>
|
||||||
<TooltipPlugin mode="single" timeZone={timeZone} />
|
<TooltipPlugin mode="single" timeZone={timeZone} />
|
||||||
|
Loading…
Reference in New Issue
Block a user