Skip to content

Commit

Permalink
set default trends date range type to this year
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Jun 10, 2024
1 parent a219444 commit 7e2a0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts/statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7e2a0b1

Please sign in to comment.