示例#1
0
文件: svg.go 项目: RobinTec/chart
func (sg *SvgGraphics) Boxes(boxes []chart.Box, width int, style chart.Style) {
	chart.GenericBoxes(sg, boxes, width, style)
}
示例#2
0
func (sg *OpenGLGraphics) Boxes(boxes []chart.Box, width int, style chart.Style) {
	//log.Panicf("Unimplemented: %s", whoami())
	chart.GenericBoxes(sg, boxes, width, style)
}
示例#3
0
文件: image.go 项目: RobinTec/chart
func (ig *ImageGraphics) Boxes(boxes []chart.Box, width int, style chart.Style) {
	chart.GenericBoxes(ig, boxes, width, style)
}