MCPcopy Create free account
hub / github.com/buger/goterm / Chart

Interface Chart

plot.go:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type Chart interface {
35 Draw(data DataTable, flags int) string
36}
37
38type LineChart struct {
39 Buf []string

Callers

nothing calls this directly

Implementers 1

LineChartplot.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…