fix: 解决折线图预览不会展示的问题
This commit is contained in:
parent
79a438bc96
commit
f0f414400f
@ -61,9 +61,9 @@ watch(() => chartEditStore.getEditCanvasConfig.chartThemeColor, (newColor: keyof
|
|||||||
v.color = themeColor[i]
|
v.color = themeColor[i]
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
}
|
||||||
option.value = mergeTheme(props.chartConfig.option, props.themeSetting, includes)
|
option.value = mergeTheme(props.chartConfig.option, props.themeSetting, includes)
|
||||||
props.chartConfig.option = option.value
|
props.chartConfig.option = option.value
|
||||||
}
|
|
||||||
}, {
|
}, {
|
||||||
immediate: true,
|
immediate: true,
|
||||||
})
|
})
|
||||||
|
@ -60,8 +60,6 @@ interface ItemType<T> {
|
|||||||
icon: any
|
icon: any
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(useChartLayoutStore())
|
|
||||||
|
|
||||||
const btnList = reactive<ItemType<ChartLayoutStoreEnum>[]>([
|
const btnList = reactive<ItemType<ChartLayoutStoreEnum>[]>([
|
||||||
{
|
{
|
||||||
key: ChartLayoutStoreEnum.CHARTS,
|
key: ChartLayoutStoreEnum.CHARTS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user