Skip to content

Commit

Permalink
Add test for SeriesList to Legend sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
jentfoo committed Feb 5, 2025
1 parent 0957993 commit d2ff374
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 120 deletions.
3 changes: 3 additions & 0 deletions echarts.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ type EChartsLegend struct {

type EChartsMarkData struct {
Type string `json:"type"`
// TODO - support position values below
XAxis float64 `json:"xAxis,omitempty"`
YAxis float64 `json:"yAxis,omitempty"`
}
type _EChartsMarkData EChartsMarkData

Expand Down
Loading

0 comments on commit d2ff374

Please sign in to comment.