-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to d3 seems to have broken epoch #226
Comments
Seconding this. After updating d3 to v4, epoch doesn't work since it uses d3.time.format, etc. Thanks in advance! |
I take it that Epoch requires D3js < v4, from the above. Is the upgrade to v4 compatibility on the roadmap? Would be a handy thing to add to the docs, me thinks. Being new to Epoch, didn't think about at first and spent a little time wondering why it wasn't working. |
The documentation lays out how to fix the time issue. |
@beauremus - If you have fixed it locally, why not open a PR? I haven't had much time to work on Epoch as of late but I totally have time to review a PR or two 👍 |
See changelog here: https://github.com/d3/d3/releases
v3.5.17 seems to be the last one that works.
The text was updated successfully, but these errors were encountered: