rename histdata

This commit is contained in:
Bradley Cicenas
2017-01-12 15:06:35 +00:00
parent a2b2ddcb8e
commit 3a0df1c490
4 changed files with 27 additions and 27 deletions

View File

@@ -6,13 +6,13 @@ import (
type ExpandedMem struct {
*ui.BarChart
hist IntHistData
hist IntHist
}
func NewExpandedMem() *ExpandedMem {
mem := &ExpandedMem{
ui.NewBarChart(),
NewIntHistData(8),
NewIntHist(8),
}
mem.BorderLabel = "MEM"
mem.Height = 10