Ejemplo n.º 1
0
func (sg *OpenGLGraphics) Bars(bars []chart.Barinfo, style chart.Style) {
	//log.Panicf("Unimplemented: %s", whoami())
	chart.GenericBars(sg, bars, style)
}
Ejemplo n.º 2
0
func (ig *ImageGraphics) Bars(bars []chart.Barinfo, style chart.Style) {
	chart.GenericBars(ig, bars, style)
}
Ejemplo n.º 3
0
func (sg *SvgGraphics) Bars(bars []chart.Barinfo, style chart.Style) {
	chart.GenericBars(sg, bars, style)
}
Ejemplo n.º 4
0
func (g *TextGraphics) Bars(bars []chart.Barinfo, style chart.Style) {
	chart.GenericBars(g, bars, style)
}