Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chart ¶
type Chart struct { ID string `json:"id"` DropShadow DropShadow `json:"dropShadow"` }
type DropShadow ¶
type DropShadow struct {
Effect bool `json:"effect"`
}
type PlotOpt ¶
type PlotOpt struct {
Pie PlotOptPie `json:"pie"`
}
type PlotOptPie ¶
Click to show internal directories.
Click to hide internal directories.