Versions in this module Expand all Collapse all v1 v1.0.2 May 30, 2025 Changes in this version + const SeriesField + const XField + const YField + type AxesStruct struct + AliasName string + Orient string + Range struct{ ... } + type DataStruct struct + Values []*DataValue[X, Y] + type DataValue struct + SeriesField string + XField X + YField Y + type LegentConf struct + Orient string + Pager *PagerStruct + Type string + Visible bool + type LineConf struct + Style *LineStyle + type LineStyle struct + CurveType string + type MultiSeriesLineGraph struct + Axes []*AxesStruct[Y] + Data *DataStruct[X, Y] + InvalidType string + Legends *LegentConf + Line *LineConf + Point *PointConf + SeriesField string + Stack bool + Title struct{ ... } + Type string + XField string + YField string + func NewMultiSeriesLineGraph[X, Y Numeric]() *MultiSeriesLineGraph[X, Y] + func (g *MultiSeriesLineGraph[X, Y]) AddData(x X, y Y, seriesField string) *MultiSeriesLineGraph[X, Y] + func (g *MultiSeriesLineGraph[X, Y]) SetRange(min, max Y) *MultiSeriesLineGraph[X, Y] + func (g *MultiSeriesLineGraph[X, Y]) SetStack() *MultiSeriesLineGraph[X, Y] + func (g *MultiSeriesLineGraph[X, Y]) SetTitle(title string) *MultiSeriesLineGraph[X, Y] + func (g *MultiSeriesLineGraph[X, Y]) String() string + type Numeric interface + type PagerStruct struct + Type string + type PointConf struct + Style *PointStyle + type PointStyle struct + Size int