feat:新增图表颜色滤镜

This commit is contained in:
奔跑的面条
2022-04-19 22:07:54 +08:00
parent 03628fd46b
commit 8e815e90ab
5 changed files with 121 additions and 23 deletions
+11 -1
View File
@@ -14,9 +14,19 @@ export class publicConfig implements PublicConfigType {
public rename = undefined
// 基本信息
public attr = { x: 0, y: 0, w: 500, h: 300, zIndex: -1 }
// 基本样式(动画,透明)
// 基本样式
public styles = {
// 透明
opacity: 1,
// 饱和度
saturate: 1,
// 对比度
contrast: 1,
// 色相
hueRotate: 0,
// 亮度
brightness: 1,
// 动画
animations: []
}
// 数据