fix: 新增水球

This commit is contained in:
mtrun
2022-03-28 15:44:55 +08:00
parent bd430aab32
commit d60e6effa1
5 changed files with 327 additions and 224 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { isPreview } from '@/utils'
type ChartEditStoreType = typeof useChartEditStore
/**
* 图表 setdata 数据监听与更改
* 图表针对 setdata 数据监听与更改
* @param chartConfig
*/
export const useChartDataFetch = (chartConfig: CreateComponentType, useChartEditStore: ChartEditStoreType) => {