Ejemplo n.º 1
0
Archivo: svg.go Proyecto: eswdd/bosun
func (sg *SvgGraphics) YAxis(yr chart.Range, xs, xms int, options chart.PlotOptions) {
	chart.GenericYAxis(sg, yr, xs, xms, options)
}
Ejemplo n.º 2
0
Archivo: image.go Proyecto: eswdd/bosun
func (ig *ImageGraphics) YAxis(yr chart.Range, xs, xms int, options chart.PlotOptions) {
	chart.GenericYAxis(ig, yr, xs, xms, options)
}