refactor: change project structure and package name
This commit is contained in:
parent
c1468e8ae4
commit
ad10e9a062
163 changed files with 104 additions and 135 deletions
10
pkg/chart/series.go
Normal file
10
pkg/chart/series.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package chart
|
||||
|
||||
// Series is an alias to Renderable.
|
||||
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