Skip to content

Commit

Permalink
fix: RoseType type inconsistent (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Jan 30, 2024
1 parent 8238ba1 commit 0456a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/series.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type SingleSeries struct {
CoordSystem string `json:"coordinateSystem,omitempty"`

// Pie
RoseType interface{} `json:"roseType,omitempty"`
RoseType string `json:"roseType,omitempty"`
Center interface{} `json:"center,omitempty"`
Radius interface{} `json:"radius,omitempty"`

Expand Down

0 comments on commit 0456a5e

Please sign in to comment.