bug fixes and refinements.
This commit is contained in:
parent
52e80c183d
commit
debd56f494
7 changed files with 31 additions and 21 deletions
|
|
@ -10,5 +10,5 @@ func TestGenerateTicksWithStep(t *testing.T) {
|
|||
assert := assert.New(t)
|
||||
|
||||
ticks := GenerateTicksWithStep(Range{Min: 1.0, Max: 10.0, Domain: 100}, 1.0, FloatValueFormatter)
|
||||
assert.Len(ticks, 9)
|
||||
assert.Len(ticks, 10)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue