gridlines.

This commit is contained in:
Will Charczuk 2016-07-12 19:14:14 -07:00
parent 28f01842de
commit 249e9956d0
9 changed files with 141 additions and 15 deletions

View file

@ -3,5 +3,5 @@ package chart
// Series is an alias to Renderable.
type Series interface {
GetYAxis() YAxisType
Renderable
Render(r Renderer, canvasBox Box, xrange, yrange Range, s Style)
}