Skip to content

Commit

Permalink
add: series opt large (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Jan 25, 2024
1 parent b613f7f commit a1cabad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/series.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ type SingleSeries struct {
Data interface{} `json:"data,omitempty"`
DatasetIndex int `json:"datasetIndex,omitempty"`

// Shared
Large types.Bool `json:"large,omitempty"`
LargeThreshold int `json:"largeThreshold,omitempty"`

// series options
*opts.Encode `json:"encode,omitempty"`
*opts.ItemStyle `json:"itemStyle,omitempty"`
Expand Down

0 comments on commit a1cabad

Please sign in to comment.