add boxplot chart in reconciliation statement dialog
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user