mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改全局配置展示
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* * ECharts option 统一前置处理
|
||||
* @param option
|
||||
*/
|
||||
export const echartOptionProfixHandle = (option: any) => {
|
||||
option['backgroundColor'] = 'rgba(0,0,0,0)'
|
||||
return option
|
||||
}
|
||||
Reference in New Issue
Block a user