go-chart/renderable.go
Will Charczuk 249e9956d0 gridlines.
2016-07-12 19:14:14 -07:00

5 lines
150 B
Go

package chart
// Renderable is a function that can be called to render custom elements on the chart.
type Renderable func(r Renderer, canvasBox Box)