Skip to content

Commit 3e8e4e3

Browse files
committed
Fix a bug in tick guestimation.
1 parent f176785 commit 3e8e4e3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

d3.time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ var d3_time_scaleSteps = [
607607
864e5, // 1-day
608608
1728e5, // 2-day
609609
6048e5, // 1-week
610-
1728e6, // 1-month
610+
2592e6, // 1-month
611611
7776e6, // 3-month
612612
31536e6 // 1-year
613613
];

0 commit comments

Comments
 (0)