d3 / d3-scale

Encodings that map abstract data to visual representation.
https://d3js.org/d3-scale
ISC License
1.59k stars 286 forks source link

scaleTime() ticks issue #285

Closed n9 closed 11 months ago

n9 commented 11 months ago

There is an issue with scaleTime().

image

It may be caused by summer to standard time transition as scaleUtc() is not affected.

image

https://observablehq.com/d/0fc00a92609c21b0

mbostock commented 11 months ago

This is the intended behavior, but we are proposing a change here: https://github.com/d3/d3-time/pull/66

n9 commented 11 months ago

What is a workaround for that? (From the UX perspective, it looks like a bug.)