feat: set config

This commit is contained in:
Qiuxia Fan
2022-01-06 22:30:22 +08:00
parent f19b69d050
commit e72368b6fc
10 changed files with 134 additions and 38 deletions

View File

@@ -24,7 +24,7 @@ export interface LayoutConfig {
graph?: GraphConfig;
standard?: StandardConfig;
metrics?: string[];
visualization?: string;
chart?: string;
queryMetricType?: string;
}