add boxplot chart in reconciliation statement dialog

This commit is contained in:
MaysWind
2026-03-08 23:33:46 +08:00
parent d601e01029
commit edcf33f49c
25 changed files with 159 additions and 15 deletions
@@ -381,6 +381,7 @@ const transactionsStore = useTransactionsStore();
const chartTypeIconMap = {
[AccountBalanceTrendChartType.Column.type]: mdiChartBar,
[AccountBalanceTrendChartType.Area.type]: mdiChartAreasplineVariant,
[AccountBalanceTrendChartType.Boxplot.type]: mdiChartWaterfall,
[AccountBalanceTrendChartType.Candlestick.type]: mdiChartWaterfall,
};