mirror of https://github.com/buster-so/buster.git
Update useY2Axis.test.ts
This commit is contained in:
parent
e5032528ef
commit
7727f67ff6
|
@ -22,6 +22,10 @@ describe('useY2Axis', () => {
|
|||
y2AxisScaleType: 'linear' as const,
|
||||
columnMetadata: [],
|
||||
columnSettings: {},
|
||||
yAxis: {
|
||||
min: undefined,
|
||||
max: undefined,
|
||||
},
|
||||
} as Parameters<typeof useY2Axis>[0];
|
||||
|
||||
it('should return undefined display when chart type is not Combo', () => {
|
||||
|
|
Loading…
Reference in New Issue