mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增顶部功能
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import { ThemeEnum } from '@/enums/styleEnum'
|
||||
|
||||
export interface ChartLayoutType {
|
||||
// 图层控制
|
||||
layers: true,
|
||||
// 图表组件
|
||||
charts: true,
|
||||
// 详情设置
|
||||
details: true,
|
||||
// 对齐线
|
||||
alignLine: true,
|
||||
// 滤镜
|
||||
filter: {
|
||||
// 色相
|
||||
// 饱和度
|
||||
// 亮度
|
||||
// 对比度
|
||||
// 不透明度
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user