Adding upstream version 2.1.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c8c64afc61
commit
41a2f19f12
220 changed files with 19814 additions and 0 deletions
4
renderable.go
Normal file
4
renderable.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
package chart
|
||||
|
||||
// Renderable is a function that can be called to render custom elements on the chart.
|
||||
type Renderable func(r Renderer, canvasBox Box, defaults Style)
|
Loading…
Add table
Add a link
Reference in a new issue