You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, it’s a bit confusing that d3.unixDay doesn’t have the d3.utc prefix like the other UTC time intervals. I wonder if it wouldn’t make more sense to
Rename d3.utcDay to d3.utcMonthDay
Rename d3.timeDay to d3.timeMonthDay
Rename d3.unixDay to d3.utcDay
Create a d3.timeDay that is analogous to the new d3.utcDay (formerly d3.unixDay)
This would make sure that d3.timeTicks is consistent with d3.utcTicks, and eliminate the occasional irregularly-spaced tick at the start of the month.
The text was updated successfully, but these errors were encountered:
Ref. #58 (comment)
Also, it’s a bit confusing that d3.unixDay doesn’t have the d3.utc prefix like the other UTC time intervals. I wonder if it wouldn’t make more sense to
This would make sure that d3.timeTicks is consistent with d3.utcTicks, and eliminate the occasional irregularly-spaced tick at the start of the month.
The text was updated successfully, but these errors were encountered: