Ejemplo n.º 1
0
func (g *TextGraphics) Bars(bars []chart.Barinfo, style chart.Style) {
	chart.GenericBars(g, bars, style)
}
Ejemplo n.º 2
0
Archivo: svg.go Proyecto: haldean/chart
func (sg *SvgGraphics) Bars(bars []chart.Barinfo, style chart.Style) {
	chart.GenericBars(sg, bars, style)
}