Skip to content

Commit

Permalink
update: label opt detail (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Feb 2, 2024
1 parent f5fbd59 commit f2ab671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opts/series.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"github.com/go-echarts/go-echarts/v2/types"
)

// Label contains options for a label text.
// https://echarts.apache.org/en/option.html#series-line.label
// Label contains options for a label text, it is a generic label config for all label needs.
// i.e. https://echarts.apache.org/en/option.html#series-line.label
type Label struct {
// Whether to show label.
Show types.Bool `json:"show,omitempty"`
Expand Down

0 comments on commit f2ab671

Please sign in to comment.