hide percent for outflows/inflows by account categorical chart

This commit is contained in:
MaysWind
2025-10-27 23:47:04 +08:00
parent f93610b5e0
commit 765e64d96f
8 changed files with 55 additions and 15 deletions
+1
View File
@@ -33,6 +33,7 @@ export interface CommonPieChartProps {
minValidPercent?: number;
defaultCurrency?: string;
showValue?: boolean;
showPercent?: boolean;
enableClickItem?: boolean;
}