Chris Thomas
Chris Thomas
I realize that its baking in some of the external config, but it only does it for development. Previously, the storybook, used `react-vis` from the `node_modules`, so if you wanted...
I'm working on cleaning up the `Highlight` component here https://github.com/uber/react-vis/pull/1354 My plan is to split it up so that the `Zoom` and `Window` parts of it are separate. But the...
Checked that `react-vis` builds cleanly, and that `showcase` and `storybook` both spin up.
I'll remove the `codemods` directory before I merge, but I left them in there for now so you can see how I changed everything.
Any ideas on a better name for `ZoomHandler` ?
Converting this back to a draft as I want to change up the api a bit. The zoom handler doesn't actually zoom anything... it just handles the selection I'm going...
Sorry all for the terrible response time. As you may have been aware, development on react-vis was stalled for some time. We are getting back into it however, as we...
Using the 5th graph on the showcase (Line Chart Canvas - in svg mode) I was able to increase the fps while hovering over the graph from about 5 fps...
I ran into this as well. I threw in some debugging, and it looks like bower is hitting the /packages/:name route twice. I was thinking that this case should be...
I managed to get this working on a basic level by putting a mutex up around the /packages/:name route to ensure that it is only trying to clone the repo...