Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChartTheme ¶ added in v1.0.2
type ChartTheme int
ChartTheme to change characters
const ( // LineTheme is the lines chart theme LineTheme ChartTheme = iota // DotTheme is the dots chart theme DotTheme // IconTheme is the icon chart theme IconTheme )
Click to show internal directories.
Click to hide internal directories.