Uh oh!
There was an error while loading. Please reload this page.
Upgrade d3 formats - #5023
Conversation
nicolaskruchten
commented
Jul 27, 2020
Is it necessary to update
This seems like a showstopper. |
alexcjohnson
commented
Jul 27, 2020
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. |
archmoj
commented
Jul 28, 2020
It seems necessary as they both depend on d3 |
Attempt using latest
d3-formatandd3-time-formatto resolve#5009 | Demo.Notes:
0.fare no longer supported by d3 and throw an error.@plotly/plotly_js