go-chart/renderable.go

5 lines
150 B
Go
Raw Normal View History

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