mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
add chart type and chart data type settings for trend analysis
This commit is contained in:
@@ -768,6 +768,8 @@ export default {
|
||||
'Custom': 'Custom',
|
||||
'Pie Chart': 'Pie Chart',
|
||||
'Bar Chart': 'Bar Chart',
|
||||
'Area Chart': 'Area Chart',
|
||||
'Column Chart': 'Column Chart',
|
||||
'Sort by': 'Sort by',
|
||||
'User': 'User',
|
||||
'Application': 'Application',
|
||||
@@ -995,6 +997,7 @@ export default {
|
||||
'Unable to delete this transaction': 'Unable to delete this transaction',
|
||||
'Unable to retrieve transaction statistics': 'Unable to retrieve transaction statistics',
|
||||
'Categorical Analysis': 'Categorical Analysis',
|
||||
'Trend Analysis': 'Trend Analysis',
|
||||
'Total Amount': 'Total Amount',
|
||||
'Total Assets': 'Total Assets',
|
||||
'Total Liabilities': 'Total Liabilities',
|
||||
@@ -1009,6 +1012,9 @@ export default {
|
||||
'Account Total Assets': 'Account Total Assets',
|
||||
'Account Total Liabilities': 'Account Total Liabilities',
|
||||
'Statistics Settings': 'Statistics Settings',
|
||||
'Common Settings': 'Common Settings',
|
||||
'Categorical Analysis Settings': 'Categorical Analysis Settings',
|
||||
'Trend Analysis Settings': 'Trend Analysis Settings',
|
||||
'Chart Type': 'Chart Type',
|
||||
'Default Chart Type': 'Default Chart Type',
|
||||
'Chart Data Type': 'Chart Data Type',
|
||||
|
||||
Reference in New Issue
Block a user