Skip to content

Commit

Permalink
Merge branch 'master' into docs-series
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed May 12, 2024
2 parents d3e4c19 + c992342 commit 35a8e5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/series.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ type SingleSeries struct {
AxisTick *opts.AxisTick `json:"axisTick,omitempty"`
Detail *opts.Detail `json:"detail,omitempty"`
Title *opts.Title `json:"title,omitempty"`
Min int `json:"min,omitempty"`
Max int `json:"max,omitempty"`

Large types.Bool `json:"large,omitempty"`
LargeThreshold int `json:"largeThreshold,omitempty"`
Expand Down

0 comments on commit 35a8e5a

Please sign in to comment.