Chore: Fix missing property from ExploreGraph (#30315)

This commit is contained in:
Zoltán Bedi
2021-01-15 17:30:40 +01:00
committed by GitHub
parent b649bfc270
commit edb7f2280b

View File

@@ -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} />