Erica Hyman
Erica Hyman
I was working to implement your [Map Pan & Zoom IV](https://bl.ocks.org/mbostock/c1c0426d50ca8a9f4c97) example without baking in the projection to the json file. As a result I've been playing around with `projection.stream`,...
In our app, we had previously used `scaleUtc`, in our charts. This allowed for tests run on CI to not care about time zones when parsing/reading dates. Reactochart doesn't have...
It'd be amazing if Reactochart could handle `Fragments` in some way. Currently if you pass in a component with `Fragments`, it doesn't render properly and the entire visualization breaks.