mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat:新增图表
This commit is contained in:
@@ -25,3 +25,11 @@ export interface ChartLayoutType {
|
||||
// 滤镜
|
||||
filter: ChartLayoutFilterType
|
||||
}
|
||||
|
||||
export enum ChartLayoutStoreEnums {
|
||||
LAYERS = 'layers',
|
||||
CHARTS = 'charts',
|
||||
DETAILS = 'details',
|
||||
ALIGNLINE = 'alignLine',
|
||||
FILTER = 'filter',
|
||||
}
|
||||
Reference in New Issue
Block a user