Ejemplo n.º 1
0
func (sg *OpenGLGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) {
	//log.Panicf("Unimplemented: %s", whoami())
	chart.GenericKey(sg, x, y, key, options)
}
Ejemplo n.º 2
0
func (sg *SvgGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) {
	chart.GenericKey(sg, x, y, key, options)
}
Ejemplo n.º 3
0
func (sg *SvgGraphics) Key(x, y int, key chart.Key) {
	chart.GenericKey(sg, x, y, key)
}
Ejemplo n.º 4
0
func (ig *ImageGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) {
	chart.GenericKey(ig, x, y, key, options)
}
Ejemplo n.º 5
0
func (ig *ImageGraphics) Key(x, y int, key chart.Key) {
	chart.GenericKey(ig, x, y, key)
}