mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增全局滤镜
This commit is contained in:
@@ -17,16 +17,16 @@ export class publicConfig implements PublicConfigType {
|
||||
public attr = { ...chartInitConfig, zIndex: -1 }
|
||||
// 基本样式
|
||||
public styles = {
|
||||
// 透明
|
||||
opacity: 1,
|
||||
// 色相
|
||||
hueRotate: 0,
|
||||
// 饱和度
|
||||
saturate: 1,
|
||||
// 对比度
|
||||
contrast: 1,
|
||||
// 色相
|
||||
hueRotate: 0,
|
||||
// 亮度
|
||||
brightness: 1,
|
||||
// 透明
|
||||
opacity: 1,
|
||||
// 动画
|
||||
animations: []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user