go-chart/series.go
Will Charczuk e9a36274ac snapshot.
2016-07-10 01:11:47 -07:00

8 lines
112 B
Go

package chart
// Series is an alias to Renderable.
type Series interface {
GetYAxis() YAxisType
Renderable
}