feat:新增图表

This commit is contained in:
mtruning
2022-01-15 21:54:04 +08:00
parent 81881a8ed4
commit 5843388d0b
30 changed files with 234 additions and 29 deletions
@@ -25,3 +25,11 @@ export interface ChartLayoutType {
// 滤镜
filter: ChartLayoutFilterType
}
export enum ChartLayoutStoreEnums {
LAYERS = 'layers',
CHARTS = 'charts',
DETAILS = 'details',
ALIGNLINE = 'alignLine',
FILTER = 'filter',
}