Feature: Add IsStack property (#61)
* Adding IsStack * Add IsStack as Json Property for line Config
This commit is contained in:
Родитель
1aa2963990
Коммит
0ab19242b5
|
@ -103,6 +103,8 @@ namespace AntDesign.Charts
|
|||
public static string StepTypeVH = "vh";
|
||||
public static string StepTypeVHV = "vhv";
|
||||
public static string StepTypeHVH = "hvh";
|
||||
[JsonPropertyName("isStack")]
|
||||
public bool? IsStack { get; set; }
|
||||
}
|
||||
|
||||
public interface ILineViewConfig : IViewConfig
|
||||
|
|
Загрузка…
Ссылка в новой задаче