adding validation.
This commit is contained in:
parent
3ea3c9ac10
commit
e735797037
20 changed files with 285 additions and 7 deletions
|
|
@ -5,5 +5,6 @@ type Series interface {
|
|||
GetName() string
|
||||
GetYAxis() YAxisType
|
||||
GetStyle() Style
|
||||
Validate() error
|
||||
Render(r Renderer, canvasBox Box, xrange, yrange Range, s Style)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue