fix: 修改全局配置展示

This commit is contained in:
MTrun
2022-02-08 19:39:57 +08:00
parent b258b0f651
commit 62f8e389a8
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
}