For example: `d3.formatPrefix(',.2', 1e3)(1555)` produces `1.55`, should be `1.56`. This is likely a simple fix, but unfortunately I'm not adept enough to figure out the source code and submit a PR, sorry.
For example:
d3.formatPrefix(',.2', 1e3)(1555)produces1.55, should be1.56.This is likely a simple fix, but unfortunately I'm not adept enough to figure out the source code and submit a PR, sorry.