Adding upstream version 2.1.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c8c64afc61
commit
41a2f19f12
220 changed files with 19814 additions and 0 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