Ejemplo n.º 1
0
Archivo: svg.go Proyecto: eswdd/bosun
func (sg *SvgGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) {
	chart.GenericKey(sg, x, y, key, options)
}
Ejemplo n.º 2
0
Archivo: image.go Proyecto: eswdd/bosun
func (ig *ImageGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) {
	chart.GenericKey(ig, x, y, key, options)
}