feat: remove unexpected data for exporting dashboards (#89)

This commit is contained in:
Fine0830
2022-05-16 21:38:39 +08:00
committed by GitHub
parent 7f474984c4
commit 8c7fee4d86
3 changed files with 72 additions and 6 deletions

View File

@@ -39,9 +39,9 @@ export interface LayoutConfig {
}
export type MetricConfigOpt = {
unit: string;
label: string;
calculation: string;
unit?: string;
label?: string;
calculation?: string;
labelsIndex: string;
sortOrder: string;
topN?: number;