adding GetName()
to the series interface
This commit is contained in:
parent
90b30ed59b
commit
4ce696d424
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ package chart
|
|||
|
||||
// Series is an alias to Renderable.
|
||||
type Series interface {
|
||||
GetName() string
|
||||
GetYAxis() YAxisType
|
||||
GetStyle() Style
|
||||
Render(r Renderer, canvasBox Box, xrange, yrange Range, s Style)
|
||||
|
|
Loading…
Reference in a new issue