Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
type
Chart
interface
{
35
Draw(data DataTable, flags int) string
36
}
37
38
type
LineChart
struct
{
39
Buf []string
Callers
nothing calls this directly
Implementers
1
LineChart
plot.go
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…