Closed
Description
> d3
.scaleLinear()
.domain([70, 210])
.nice(2)
.ticks(2)
[0,200]
https://github.com/d3/d3-scale#continuous_nice says that "An optional tick count argument allows greater control over the step size used to extend the bounds, guaranteeing that the returned ticks will exactly cover the domain." This is not true here and the scale domain ([0, 300]
) is not covered by the ticks [0,200]
.
This issue looks similar to #9
Metadata
Metadata
Assignees
Labels
No labels