feat:新增图表

This commit is contained in:
mtruning
2022-01-15 21:54:04 +08:00
parent cb7a8298ec
commit 9f2ebba293
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',
}