gridlines.
This commit is contained in:
parent
28f01842de
commit
249e9956d0
9 changed files with 141 additions and 15 deletions
|
|
@ -1,6 +1,4 @@
|
|||
package chart
|
||||
|
||||
// Renderable is a type that can be rendered onto a chart.
|
||||
type Renderable interface {
|
||||
Render(r Renderer, canvasBox Box, xrange, yrange Range, defaults Style)
|
||||
}
|
||||
// Renderable is a function that can be called to render custom elements on the chart.
|
||||
type Renderable func(r Renderer, canvasBox Box)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue