Cameron Beccario

Results 5 issues of Cameron Beccario

Using d3-geo-projection 3.0.0, an interrupted projection's inverse is sometimes partially undefined, depending on the shape of the interruption. For an example, see https://bl.ocks.org/cambecc/eb1380f8cb0da3d4142e870a3a6b623b. The first projection is "Interrupted Mollweide Oceans"...

when viewing with an equirectangular projection, consider disabling drag along latitudinal axis to avoid unexpected warping.

Current design of hovering over color scale to show values in a tooltip is not useful for touch users. Furthermore, on my machine at least, IE rendering of tooltip is...

If someone selects a particular unit, like mph or mmHg, that choice should be remembered the next time they visit the site.

## Which package? ``` "@formatjs/intl-durationformat": "0.7.4" ``` ## Describe the bug Instantiating instances of `DurationFormat` is very slow on React Native / Hermes: ``` const start = Date.now(); new Intl.DurationFormat("en");...

bug
pinned