Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuilderFunction ¶
type Metadata ¶
type Metadata struct { Key string `json:"key"` Builder BuilderFunction }
type Model ¶
type Series ¶
type Series struct { Key string `json:"key"` Units string `json:"units"` Values []Value `json:"values"` StrokeWidth float32 `json:"strokeWidth,omitempty"` Classed string `json:"classed,omitempty"` // Area will fill the area under the line Area bool `json:"area,omitempty"` }
func (*Series) AddXYPoint ¶
Click to show internal directories.
Click to hide internal directories.