Commit 19df7bb
authored
Show only integer ticks in stepAxis (#1396)
A step is a discrete entity, not a contiguous one. Plottable, without a
custom tick generator, tries to generate predefiend number of ticks
which can result in decimal ticks when domain is small enough.
Instead, we now show only ticks on integer values.1 parent 208d81c commit 19df7bb
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
0 commit comments