diff --git a/src/consts/statistics.js b/src/consts/statistics.js index 7655d52b..662899ee 100644 --- a/src/consts/statistics.js +++ b/src/consts/statistics.js @@ -166,7 +166,7 @@ export default { allChartDataTypes: allChartDataTypes, defaultChartDataType: defaultChartDataType, defaultCategoricalChartDataRangeType: datetime.allDateRanges.ThisMonth.type, - defaultTrendChartDataRangeType: datetime.allDateRanges.RecentTwelveMonths.type, + defaultTrendChartDataRangeType: datetime.allDateRanges.ThisYear.type, allSortingTypes: allSortingTypes, allSortingTypesArray: allSortingTypesArray, defaultSortingType: defaultSortingType,