mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
support modifying statistics page default settings
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import datetime from './datetime.js';
|
||||
|
||||
const allChartTypes = {
|
||||
Pie: 0,
|
||||
Bar: 1
|
||||
@@ -21,4 +23,5 @@ export default {
|
||||
defaultChartType: defaultChartType,
|
||||
allChartDataTypes: allChartDataTypes,
|
||||
defaultChartDataType: defaultChartDataType,
|
||||
defaultDataRangeType: datetime.allDateRanges.ThisMonth.type,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user