Exemplo n.º 1
0
Arquivo: svg.go Projeto: eswdd/bosun
func (sg *SvgGraphics) Boxes(boxes []chart.Box, width int, style chart.Style) {
	chart.GenericBoxes(sg, boxes, width, style)
}
Exemplo n.º 2
0
Arquivo: image.go Projeto: eswdd/bosun
func (ig *ImageGraphics) Boxes(boxes []chart.Box, width int, style chart.Style) {
	chart.GenericBoxes(ig, boxes, width, style)
}