Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryLine ¶
type CategoryLine struct {
Name string
Data CategoryLineData
}
type CategoryLineData ¶
type Chart ¶
type Chart struct {
base.DefaultProvider
}
type Option ¶
type Option struct {
Color []string `json:"color"`
Legend Legend `json:"legend"`
Series []SeriesItem `json:"series"`
XAxis Axis `json:"xAxis"`
YAxis Axis `json:"yAxis"`
}
Click to show internal directories.
Click to hide internal directories.