Documentation ¶ Index ¶ type Chart func NewChart() *Chart func (c *Chart) Generate(xValues []time.Time, yValues []float64, dirPath string) (string, error) func (c *Chart) Init(height int, width int, savePath string) *Chart Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Chart ¶ type Chart struct { service.BaseService // contains filtered or unexported fields } func NewChart ¶ func NewChart() *Chart func (*Chart) Generate ¶ func (c *Chart) Generate(xValues []time.Time, yValues []float64, dirPath string) (string, error) func (*Chart) Init ¶ func (c *Chart) Init(height int, width int, savePath string) *Chart Source Files ¶ View all Source files chart.go Click to show internal directories. Click to hide internal directories.