Chore: Fix missing property from ExploreGraph (#30315)

pull/28888/head^2
Zoltán Bedi 5 years ago committed by GitHub
parent b649bfc270
commit edb7f2280b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/explore/ExploreGraphNGPanel.tsx

@ -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…
Cancel
Save