mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-27 20:06:35 +08:00
fix: 解决折线图预览不会展示的问题
This commit is contained in:
parent
ca8e08f3db
commit
f6fe7816c9
@ -61,9 +61,9 @@ watch(() => chartEditStore.getEditCanvasConfig.chartThemeColor, (newColor: keyof
|
||||
v.color = themeColor[i]
|
||||
})
|
||||
})
|
||||
}
|
||||
option.value = mergeTheme(props.chartConfig.option, props.themeSetting, includes)
|
||||
props.chartConfig.option = option.value
|
||||
}
|
||||
}, {
|
||||
immediate: true,
|
||||
})
|
||||
|
@ -60,8 +60,6 @@ interface ItemType<T> {
|
||||
icon: any
|
||||
}
|
||||
|
||||
console.log(useChartLayoutStore())
|
||||
|
||||
const btnList = reactive<ItemType<ChartLayoutStoreEnum>[]>([
|
||||
{
|
||||
key: ChartLayoutStoreEnum.CHARTS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user