Skip to content

Commit ec3f16d

Browse files
author
yatbfm
committed
feat: remove type
1 parent 2f7454c commit ec3f16d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/vmind/src/atom/chartGenerator/rule

packages/vmind/src/atom/chartGenerator/rule/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const getContextBySimpleVChartSpec = (simpleVChartSpec: SimpleVChartSpec)
7474
series.reduce((acc, cur) => {
7575
acc.push(...cur.data);
7676
return acc;
77-
}, [] as typeof data)
77+
}, [])
7878
);
7979
const chartType =
8080
type === 'common'

0 commit comments

Comments
 (0)