feat: remove returnTypeOfMQE and add detail label (#277)

This commit is contained in:
Fine0830
2023-06-08 20:52:44 +08:00
committed by GitHub
parent 372aee2eb6
commit 54997794b4
16 changed files with 261 additions and 218 deletions

View File

@@ -79,6 +79,7 @@ export type MetricConfigOpt = {
sortOrder?: string;
topN?: number;
index?: number;
detailLabel?: string;
};
export interface WidgetConfig {