Versions in this module Expand all Collapse all v1 v1.5.0 Jan 6, 2022 v1.4.0 Nov 16, 2021 Changes in this version type DataHandleOpt + StatsProperty func(interface{}) int v1.3.2 Oct 19, 2021 v1.3.1 Oct 14, 2021 Changes in this version + func FixEmptyWord(em string) string + func GetHorizontalPostProcessor() func(result *Result) error + func GetStackBarSingleSeriesConverter() func(name string, data []*int) charts.SingleSeries + func GetVerticalBarPostProcessor() func(result *Result) error + type BarBuilder struct + Items []interface{} + StackHandler stackhandlers.StackHandler + func (f *BarBuilder) Generate() error + type DataHandleOpt struct + DataWhiteList []string + FillZero bool + SeriesConverter func(name string, data []*int) charts.SingleSeries + type FixedXAxisOrTop struct + MaxValue int + Top int + XAxis []string + XDisplayConverter func(opt *FixedXAxisOrTop) opts.XAxis + XIndexer func(interface{}) string + type Result struct + Bar *charts.Bar + Bb interface{} + PostProcessor func(*Result) error + Size int + type StackOpt struct + EnableSum bool + SkipEmpty bool + type YAxisOpt struct + YAxis []string + YDisplayConverter func(opt *YAxisOpt) opts.YAxis