fix: 修改全局配置展示

This commit is contained in:
MTrun
2022-02-08 19:39:57 +08:00
parent 6d04bb8eea
commit 9d541d5ac3
15 changed files with 108 additions and 44 deletions
+8
View File
@@ -0,0 +1,8 @@
/**
* * ECharts option 统一前置处理
* @param option
*/
export const echartOptionProfixHandle = (option: any) => {
option['backgroundColor'] = 'rgba(0,0,0,0)'
return option
}