Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BulletChart ¶
type BulletChart struct { Title string Subtitle string ProjectionData data.ProjectionDataInt64 }
func (*BulletChart) Inflate ¶
func (bc *BulletChart) Inflate(start, current, end time.Time)
type BulletCharts ¶
type BulletCharts struct { TimeStart time.Time TimeCurrent time.Time TimeEnd time.Time Charts map[string]BulletChart }
func NewBulletCharts ¶
func NewBulletCharts() BulletCharts
func (*BulletCharts) AddTimeCurrent ¶
func (charts *BulletCharts) AddTimeCurrent(dtCur time.Time) error
func (*BulletCharts) AddTimeDt8 ¶
func (charts *BulletCharts) AddTimeDt8(dt8 int32) error
func (*BulletCharts) InflateChart ¶
func (charts *BulletCharts) InflateChart(key string) error
Click to show internal directories.
Click to hide internal directories.