mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
support exporting statistics & analysis result to mermaid
This commit is contained in:
@@ -285,6 +285,12 @@ export class ChartDateAggregationType {
|
||||
}
|
||||
}
|
||||
|
||||
export enum ExportMermaidChartType {
|
||||
PieChart = 'pieChart',
|
||||
XYChartBar = 'xyChartBar',
|
||||
XYChartLine = 'xyChartLine'
|
||||
}
|
||||
|
||||
export const DEFAULT_CATEGORICAL_CHART_DATA_RANGE: DateRange = DateRange.ThisMonth;
|
||||
export const DEFAULT_TREND_CHART_DATA_RANGE: DateRange = DateRange.ThisYear;
|
||||
export const DEFAULT_ASSET_TRENDS_CHART_DATA_RANGE: DateRange = DateRange.ThisYear;
|
||||
|
||||
Reference in New Issue
Block a user