Skip to content

Commit

Permalink
Fixed Gauge Chart serialization (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
superjerry88 authored Jan 20, 2024
1 parent 6897f94 commit 47524ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AntDesign.Charts/Components/Configs/IGraphicStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace AntDesign.Charts
[JsonDerivedType(typeof(TextStyle))]
[JsonDerivedType(typeof(LegendMarkerStyle))]
[JsonDerivedType(typeof(GraphicStyle))]
[JsonDerivedType(typeof(GaugeStyle))]
public interface IGraphicStyle
{
[JsonPropertyName("fill")]
Expand Down

0 comments on commit 47524ea

Please sign in to comment.