go-chart/renderable.go

5 lines
166 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.
2016-07-15 03:29:06 +02:00
type Renderable func(r Renderer, canvasBox Box, defaults Style)