Documentation ¶
Index ¶
Constants ¶
View Source
const ( Red = "rgb(255, 99, 132)" Orange = "rgb(255, 159, 64)" Yellow = "rgb(255, 205, 86)" Green = "rgb(75, 192, 192)" Blue = "rgb(54, 162, 235)" Purple = "rgb(153, 102, 255)" Grey = "rgb(201, 203, 207)" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LineData ¶
type LineData struct {
// contains filtered or unexported fields
}
func NewLineData ¶
type LineDataEle ¶
type LineDataEle struct {
// contains filtered or unexported fields
}
type LineDataExport ¶
type LineDataExport struct { Labels []string `json:"labels"` Datasets []LineDataExportSet `json:"datasets"` }
Click to show internal directories.
Click to hide internal directories.