Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ScatterChart ¶
func ScatterChart(d ScatterData) *charts.Scatter
Types ¶
type RunStat ¶
Use a pointer for the value so that missing values are properly represented. Otherwise they would default to zero, and that's not right.
type ScatterData ¶
type ScatterData struct { Data []ScatterDatum XLabel string YLabel string Grouping string }
type ScatterDatum ¶
Click to show internal directories.
Click to hide internal directories.