예제 #1
0
파일: svg.go 프로젝트: mike1372/chart
func (sg *SvgGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) {
	chart.GenericKey(sg, x, y, key, options)
}
예제 #2
0
파일: image.go 프로젝트: mike1372/chart
func (ig *ImageGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) {
	chart.GenericKey(ig, x, y, key, options)
}