+
{{ getDisplayAmount(categoricalAnalysisData.totalAmount, defaultCurrency) }}
@@ -490,15 +490,20 @@ function reload(done?: () => void): void {
reloading.value = true;
- if (query.value.chartDataType === ChartDataType.ExpenseByAccount.type ||
+ if (query.value.chartDataType === ChartDataType.OutflowsByAccount.type ||
+ query.value.chartDataType === ChartDataType.ExpenseByAccount.type ||
query.value.chartDataType === ChartDataType.ExpenseByPrimaryCategory.type ||
query.value.chartDataType === ChartDataType.ExpenseBySecondaryCategory.type ||
+ query.value.chartDataType === ChartDataType.InflowsByAccount.type ||
query.value.chartDataType === ChartDataType.IncomeByAccount.type ||
query.value.chartDataType === ChartDataType.IncomeByPrimaryCategory.type ||
query.value.chartDataType === ChartDataType.IncomeBySecondaryCategory.type ||
+ query.value.chartDataType === ChartDataType.TotalOutflows.type ||
query.value.chartDataType === ChartDataType.TotalExpense.type ||
+ query.value.chartDataType === ChartDataType.TotalInflows.type ||
query.value.chartDataType === ChartDataType.TotalIncome.type ||
- query.value.chartDataType === ChartDataType.TotalBalance.type) {
+ query.value.chartDataType === ChartDataType.NetCashFlow.type ||
+ query.value.chartDataType === ChartDataType.NetIncome.type) {
if (analysisType.value === StatisticsAnalysisType.CategoricalAnalysis) {
dispatchPromise = statisticsStore.loadCategoricalAnalysis({
force: force