code refactor

This commit is contained in:
MaysWind
2025-06-15 21:20:23 +08:00
parent 39e81af782
commit 8edc3640f5
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ import {
interface DesktopTrendsChartProps<T extends Year1BasedMonth> extends CommonTrendsChartProps<T> {
skeleton?: boolean;
type: number;
type?: number;
showValue?: boolean;
showTotalAmountInTooltip?: boolean;
}