set default trends date range type to this year
This commit is contained in:
@@ -166,7 +166,7 @@ export default {
|
|||||||
allChartDataTypes: allChartDataTypes,
|
allChartDataTypes: allChartDataTypes,
|
||||||
defaultChartDataType: defaultChartDataType,
|
defaultChartDataType: defaultChartDataType,
|
||||||
defaultCategoricalChartDataRangeType: datetime.allDateRanges.ThisMonth.type,
|
defaultCategoricalChartDataRangeType: datetime.allDateRanges.ThisMonth.type,
|
||||||
defaultTrendChartDataRangeType: datetime.allDateRanges.RecentTwelveMonths.type,
|
defaultTrendChartDataRangeType: datetime.allDateRanges.ThisYear.type,
|
||||||
allSortingTypes: allSortingTypes,
|
allSortingTypes: allSortingTypes,
|
||||||
allSortingTypesArray: allSortingTypesArray,
|
allSortingTypesArray: allSortingTypesArray,
|
||||||
defaultSortingType: defaultSortingType,
|
defaultSortingType: defaultSortingType,
|
||||||
|
|||||||
Reference in New Issue
Block a user