feat: 新增自定义背景图

This commit is contained in:
MTrun
2022-02-06 21:35:38 +08:00
parent 0a7d817e60
commit 0ce954588e
18 changed files with 297 additions and 51 deletions
@@ -54,6 +54,9 @@ export const useChartEditStoreStore = defineStore({
unOpacity: 100,
// 默认背景色
background: undefined,
backgroundImage: undefined,
// 是否使用纯颜色
selectColor: true,
// chart 主题色
chartTheme: defaultTheme || 'dark'
},