go-chart/renderable.go

5 lines
150 B
Go
Raw Normal View History

2016-07-10 04:11:47 -04:00
package chart
2016-07-12 22:14:14 -04:00
// Renderable is a function that can be called to render custom elements on the chart.
type Renderable func(r Renderer, canvasBox Box)