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
6
pkg/chart/value_formatter_provider.go
Normal file
6
pkg/chart/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