d3 / d3-scale

Encodings that map abstract data to visual representation.

Home Page:https://d3js.org/d3-scale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scaleTime() ticks issue

n9 opened this issue · comments

commented

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

This is the intended behavior, but we are proposing a change here: d3/d3-time#66

commented

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