Glen Kelley

Results 2 issues of Glen Kelley

This fixed the issue filed in https://github.com/d3/d3-format/issues/134 This changes the behaviour from: ``` >formatPrefix("(~s", 1e3)(-1e3)` (1)k ``` To be: ``` >formatPrefix("(~s", 1e3)(-1e3)` (1k) ``` A side effect of this change...

When using the Accounting number format which uses parentheses for negative numbers, and also using units, the units will be placed outside the parenthesis which is atypical and is not...