Skip to content

Commit f5fcbf3

Browse files
committed
fix type error with XYChart
1 parent 21953cc commit f5fcbf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/lens/public/xy_visualization/xy_expression.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ describe('xy_expression', () => {
327327
args={args}
328328
formatFactory={getFormatSpy}
329329
timeZone="UTC"
330-
chartTheme={{}}
330+
chartsThemeService={chartsThemeService}
331331
histogramBarTarget={50}
332332
onClickValue={onClickValue}
333333
onSelectRange={onSelectRange}

0 commit comments

Comments
 (0)