Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBarChart ¶
func CreateBarChart(options *BarChartOpts)
func CreateLineChart ¶
func CreateLineChart(options *LineChartOpts)
func CreatePieChart ¶
func CreatePieChart(options *PieChartOpts)
Types ¶
type BarChartItem ¶
type BarChartOpts ¶
type BarChartOpts struct { Output string Title string Subtitle string XAxis []string Items []BarChartItem }
type LineChartItem ¶
type LineChartOpts ¶
type LineChartOpts struct { Output string Title string Subtitle string XAxis []string Items []LineChartItem }
type PieChartItem ¶
type PieChartOpts ¶
Click to show internal directories.
Click to hide internal directories.