예제 #1
0
파일: svg.go 프로젝트: eswdd/bosun
func (sg *SvgGraphics) Boxes(boxes []chart.Box, width int, style chart.Style) {
	chart.GenericBoxes(sg, boxes, width, style)
}
예제 #2
0
파일: image.go 프로젝트: eswdd/bosun
func (ig *ImageGraphics) Boxes(boxes []chart.Box, width int, style chart.Style) {
	chart.GenericBoxes(ig, boxes, width, style)
}