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) }
func (sg *SvgGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) { chart.GenericKey(sg, x, y, key, options) }
func (sg *SvgGraphics) Key(x, y int, key chart.Key) { chart.GenericKey(sg, x, y, key) }
func (ig *ImageGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) { chart.GenericKey(ig, x, y, key, options) }
func (ig *ImageGraphics) Key(x, y int, key chart.Key) { chart.GenericKey(ig, x, y, key) }