Closed n9 closed 11 months ago
There is an issue with scaleTime().
scaleTime()
It may be caused by summer to standard time transition as scaleUtc() is not affected.
scaleUtc()
https://observablehq.com/d/0fc00a92609c21b0
This is the intended behavior, but we are proposing a change here: https://github.com/d3/d3-time/pull/66
What is a workaround for that? (From the UX perspective, it looks like a bug.)
There is an issue with
scaleTime()
.It may be caused by summer to standard time transition as
scaleUtc()
is not affected.https://observablehq.com/d/0fc00a92609c21b0