Commit edb7f228 by Zoltán Bedi Committed by GitHub

Chore: Fix missing property from ExploreGraph (#30315)

parent b649bfc2
...@@ -125,7 +125,7 @@ export function ExploreGraphNGPanel({ ...@@ -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} />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment