Skip to content

Commit 112a852

Browse files
committed
Fix types
1 parent 22c2ca9 commit 112a852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/chart_expressions/expression_xy/public/helpers/interval.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('calculateMinInterval', () => {
1818
beforeEach(() => {
1919
const { layers, ...restArgs } = sampleArgs().args;
2020

21-
xyProps = { args: { ...restArgs, layers } };
21+
xyProps = { args: { ...restArgs, layers }, syncColors: false, syncTooltips: false };
2222
layer = xyProps.args.layers[0] as DataLayerConfig;
2323
layer.xScaleType = 'time';
2424
});

0 commit comments

Comments
 (0)