-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Upgrade d3 formats #5023
Upgrade d3 formats #5023
Conversation
Is it necessary to update
This seems like a showstopper. |
There are two issues with this:
Date formatting all goes through Perhaps then we need a similar wrapper for number formatting to catch errors, and then we can use this wrapper to backfill removed functionality? It's not actually clear to me from the D3 changelog whether this is actually removed functionality, or perhaps it was previously falling back on a default but now throws an error instead? If it's going to take a long time to be confident we're not breaking important behavior then sure, @nicolaskruchten's suggestion to upgrade only time is reasonable. But if it can be done quickly seems worth pressing ahead. |
It seems necessary as they both depend on d3 |
Attempt using latest
d3-format
andd3-time-format
to resolve #5009 | Demo.Notes:
0.f
are no longer supported by d3 and throw an error.@plotly/plotly_js