feat: add an avg calculation for metrics of list graphs (#65)

This commit is contained in:
Fine0830
2022-04-14 14:38:32 +08:00
committed by GitHub
parent 2dd9df19d7
commit 69a9c6de13
16 changed files with 279 additions and 189 deletions

View File

@@ -73,6 +73,7 @@ export interface LineConfig extends AreaConfig {
showXAxis?: boolean;
showYAxis?: boolean;
smallTips?: boolean;
showlabels?: boolean;
}
export interface AreaConfig {