mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
add boxplot chart in reconciliation statement dialog
This commit is contained in:
@@ -88,7 +88,8 @@ export class AccountBalanceTrendChartType implements TypeAndName {
|
||||
|
||||
public static readonly Area = new AccountBalanceTrendChartType(0, 'Area Chart');
|
||||
public static readonly Column = new AccountBalanceTrendChartType(1, 'Column Chart');
|
||||
public static readonly Candlestick = new AccountBalanceTrendChartType(2, 'Candlestick Chart');
|
||||
public static readonly Boxplot = new AccountBalanceTrendChartType(2, 'Boxplot Chart');
|
||||
public static readonly Candlestick = new AccountBalanceTrendChartType(3, 'Candlestick Chart');
|
||||
|
||||
public static readonly Default = TrendChartType.Column;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user