Documentation ¶
Index ¶
- type SimpleChart
- func (sc *SimpleChart) BarMap(fname string, data map[int]int, date bool) error
- func (sc *SimpleChart) BarSlice(fname string, data []int) error
- func (sc *SimpleChart) Line(fname string, xlabel string, ylabel string, datas [][]XYValue) error
- func (sc *SimpleChart) PieMap(fname string, data map[string]int) error
- type XYValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleChart ¶
type SimpleChart struct {
// contains filtered or unexported fields
}
func NewSimpleChart ¶
func NewSimpleChart(width int, fontName string) (*SimpleChart, error)
Click to show internal directories.
Click to hide internal directories.