tweaks to make ticks not be terrible
This commit is contained in:
parent
7b5bb6e952
commit
c3a066aecd
24 changed files with 480 additions and 271 deletions
2
tick.go
2
tick.go
|
|
@ -4,7 +4,7 @@ import "math"
|
|||
|
||||
// TicksProvider is a type that provides ticks.
|
||||
type TicksProvider interface {
|
||||
GetTicks(vf ValueFormatter) []Tick
|
||||
GetTicks(r Renderer, defaults Style, vf ValueFormatter) []Tick
|
||||
}
|
||||
|
||||
// Tick represents a label on an axis.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue