MCPcopy
hub / github.com/nakabonne/ali / Series

Method Series

gui/widgets.go:17–17  ·  view source on GitHub ↗
(label string, values []float64, opts ...linechart.SeriesOption)

Source from the content-addressed store, hash-verified

15type LineChart interface {
16 widgetapi.Widget
17 Series(label string, values []float64, opts ...linechart.SeriesOption) error
18}
19
20type Text interface {

Callers 2

redrawChartsMethod · 0.65
TestRedrawChartsFunction · 0.65

Implementers 2

MockLineChartgui/widgets.mock.go
MockLineChartMockRecordergui/widgets.mock.go

Calls

no outgoing calls

Tested by 1

TestRedrawChartsFunction · 0.52