Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DrawTimeSeriesLines ¶
func DrawTimeSeriesLines(xAxisLabel, yAxisLabel string, width, height int, lines []TimeSeriesLine) (PNG []byte, err error)
Types ¶
type TimeSeriesDot ¶
type TimeSeriesLine ¶
type TimeSeriesLine struct { Dots []TimeSeriesDot LineColor drawing.Color }
Click to show internal directories.
Click to hide internal directories.