コード例 #1
0
ファイル: svg.go プロジェクト: eswdd/bosun
func (sg *SvgGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) {
	chart.GenericKey(sg, x, y, key, options)
}
コード例 #2
0
ファイル: image.go プロジェクト: eswdd/bosun
func (ig *ImageGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) {
	chart.GenericKey(ig, x, y, key, options)
}