Mike Bostock
Mike Bostock
Please don’t reply with “+1”. If you want to vote for this issue, click the plus smiley face +😄 at the top of this issue, and then click the 👍...
`r` is already used; see the [README](https://github.com/d3/d3-format/blob/master/README.md#locale_format). But, there are other letters free. 😄 In addition to choosing a letter for the format directive, someone needs to propose a precise...
You’d want “K” instead of “k” too, though, no? Personally, I think it’d be surprising to have SI prefixes mixed in with units that are not SI. Would you rather...
Related https://github.com/d3/d3-time-format/issues/10.
I’d be happy to discuss implementation. One challenge I foresee is whether or not the ordinal suffixes would be localizable, and whether the English implementation generalizes to other locales.
Sounds like a reasonable suggestion. I have no immediate plans to implement this but would be willing to review a pull request that implements it.
Yes, Philippe. Perhaps we should avoid the terms “clockwise” and “counterclockwise” because these terms don’t make sense in the context of spherical polygons: depending on the point of reference, a...
(Clockwise-ness is also confusing because in WGS84 +*y* points North (typically up) and in Canvas/SVG +*y* points down.)
(Sorry, misclick.)
Here’s an updated implementation: https://observablehq.com/@d3/u-s-map-with-puerto-rico It would be nice to generalize this so that we don’t need as much code duplication with the existing geoAlbersUsa. Contributions welcome.