snapshot.
This commit is contained in:
parent
7bb82ae691
commit
e9a36274ac
23 changed files with 551 additions and 445 deletions
7
value_provider.go
Normal file
7
value_provider.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package chart
|
||||
|
||||
// ValueProvider is a type that produces values.
|
||||
type ValueProvider interface {
|
||||
Len() int
|
||||
GetValue(index int) (float64, float64)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue