react-d3-components icon indicating copy to clipboard operation
react-d3-components copied to clipboard

Brush support

Open codesuki opened this issue 10 years ago • 2 comments

I added horizontal (X-Axis) Brush support, but the code needs refactoring and I am not completely sure how to best integrate Brush support with default charts and scales. Thinking about giving an option to show a default Brush or just leave Brushes for use with custom scales. Probably the former if I can make it work nicely. Other open questions, should the Brush share the SVG with the Graph or have its own..

Any feedback is welcome.

codesuki avatar Mar 13 '15 06:03 codesuki

Hello Neri,

First, thank you for your endeavour. Looking at your code has inspired me new ways of doing things with react and d3.

I'd be interested to delve deeper into the brush component. I tried to go through your code, but I don't get it just yet. If you were willing to explain to me the broad lines, and where you'd like to go from here, maybe I could do some work on that part of the project.

jean-Phil avatar May 16 '15 17:05 jean-Phil

Do you have an example of what you would like to add? Then maybe I could try explaining using that. Sorry for the late response!

codesuki avatar Sep 28 '15 09:09 codesuki