mostly works.
This commit is contained in:
parent
e9a36274ac
commit
abfdc3e0d9
14 changed files with 465 additions and 159 deletions
6
value_formatter_provider.go
Normal file
6
value_formatter_provider.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package chart
|
||||
|
||||
// ValueFormatterProvider is a series that has custom formatters.
|
||||
type ValueFormatterProvider interface {
|
||||
GetValueFormatters() (x, y ValueFormatter)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue