mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
chart data source supports expense and income by primary category
This commit is contained in:
@@ -14,7 +14,7 @@ const allChartDataTypes = {
|
||||
IncomeBySecondaryCategory: 5
|
||||
};
|
||||
|
||||
const defaultChartDataType = allChartDataTypes.ExpenseBySecondaryCategory;
|
||||
const defaultChartDataType = allChartDataTypes.ExpenseByPrimaryCategory;
|
||||
|
||||
export default {
|
||||
allChartTypes: allChartTypes,
|
||||
|
||||
Reference in New Issue
Block a user