Versions in this module Expand all Collapse all v0 v0.21.4 Sep 10, 2019 Changes in this version + const MAX_GRAPH_POINTS + const TABLE_WIDTH_RATIO + const TOP_LINE_HEIGHT + type StatsModel interface + GetGraphData func(index int) (float64, error) + GetGraphTitle func(index int) (string, error) + GetHeaders func() []string + GetSortInfo func() (string, bool) + GetTitle func() string + Humanize func(index int, val float64) (string, error) + MoveSortColumnNext func() + MoveSortColumnPrev func() + NextRow func() ([]string, error) + Refresh func() error + SetSortInfo func(colName string, ascending bool) + type View interface + Display func(ti StatsModel, refreshInterval time.Duration) error + func NewStatsView(numPlots int) View