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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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