From edb7f2280b2ef693729719f71db8d8d4890959fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Fri, 15 Jan 2021 17:30:40 +0100 Subject: [PATCH] Chore: Fix missing property from ExploreGraph (#30315) --- public/app/features/explore/ExploreGraphNGPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/explore/ExploreGraphNGPanel.tsx b/public/app/features/explore/ExploreGraphNGPanel.tsx index 6765b63e8d2..bdd3f3c11e1 100644 --- a/public/app/features/explore/ExploreGraphNGPanel.tsx +++ b/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} >