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