fix: 修改折线图不展示,不会动态变更的bug

This commit is contained in:
奔跑的面条
2022-04-06 13:38:19 +08:00
parent 536faa2778
commit 5d585994ca
6 changed files with 3869 additions and 5703 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export const mergeTheme = <T, U>(
themeSetting: U,
includes: string[]
) => {
return merge({}, pick(themeSetting, includes), option)
return option = merge({}, pick(themeSetting, includes), option)
}
/**