diff --git a/src/views/desktop/statistics/TransactionPage.vue b/src/views/desktop/statistics/TransactionPage.vue index dec4c1e9..9d2a23ef 100644 --- a/src/views/desktop/statistics/TransactionPage.vue +++ b/src/views/desktop/statistics/TransactionPage.vue @@ -784,6 +784,10 @@ export default { }); } + if (this.analysisType !== statisticsConstants.allAnalysisTypes.TrendAnalysis) { + this.trendDateAggregationType = statisticsConstants.allDateAggregationTypes.Month.type; + } + this.analysisType = analysisType; this.loading = true; this.statisticsStore.updateTransactionStatisticsInvalidState(true);