Example #1
0
File: svg.go Project: eswdd/bosun
func (sg *SvgGraphics) Bars(bars []chart.Barinfo, style chart.Style) {
	chart.GenericBars(sg, bars, style)
}
Example #2
0
File: image.go Project: eswdd/bosun
func (ig *ImageGraphics) Bars(bars []chart.Barinfo, style chart.Style) {
	chart.GenericBars(ig, bars, style)
}