fix: add tooltips for list graphs (#47)

This commit is contained in:
Fine0830
2022-03-30 21:19:06 +08:00
committed by GitHub
parent 767c92c60d
commit ee06546c20
38 changed files with 138 additions and 260 deletions

View File

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