Родитель
81e673cfc1
Коммит
49a967a6ec
|
@ -250,8 +250,9 @@ namespace AntDesign.Charts
|
|||
public string Type { get; set; }
|
||||
[JsonPropertyName("style")]
|
||||
public IGraphicStyle Style { get; set; }
|
||||
[JsonPropertyName("algorithm")]
|
||||
[JsonIgnore]
|
||||
public OneOf<int[][], object> Algorithm { get; set; }
|
||||
[JsonPropertyName("algorithm")]
|
||||
public object AlgorithmMapping => Algorithm.Value;
|
||||
[JsonPropertyName("top")]
|
||||
public bool? Top { get; set; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче