Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BulletChart ¶
type BulletChart struct { Title string Subtitle string ProjectionData 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)
func (*BulletCharts) AddTimeDT8 ¶ added in v2.8.9
func (charts *BulletCharts) AddTimeDT8(dt8 int32) error
func (*BulletCharts) InflateChart ¶
func (charts *BulletCharts) InflateChart(key string) error
type ProjectionDataInt ¶
func (*ProjectionDataInt) Inflate ¶
func (proj *ProjectionDataInt) Inflate()
type ProjectionDataInt64 ¶
type ProjectionDataInt64 struct { Start int64 Current int64 Target int64 Projection int64 Delta int64 }
func (*ProjectionDataInt64) CreateProjection ¶
func (proj *ProjectionDataInt64) CreateProjection(start, current, end int64)
func (*ProjectionDataInt64) CreateProjectionTime ¶
func (proj *ProjectionDataInt64) CreateProjectionTime(start, current, end time.Time)
func (*ProjectionDataInt64) Inflate ¶
func (proj *ProjectionDataInt64) Inflate()
Click to show internal directories.
Click to hide internal directories.