Andrew McNutt

Results 16 comments of Andrew McNutt

I would consider adding a class trigger on the containing component, such that when you start brushing the parents class changes (something like '.brushing') which has a corresponding css rule...

There's an increasing trend in visualization libraries to shift away from imperative visualization declaration (e.g. put this circle here) to declarative declarations (gimmie an x/y plot with circles). While react-vis...

Hey that sounds like great work to be doing! I would love to see a PR to that effect

I think what you are looking for is a log scale! Try setting yType="log" on the XYPlot component

I am pretty surprised by that, can you provide some more details on how doing a log scale broke your chart?

We don't really support that type of scale work (or at least i don't think we do? maybe try it and see, that has happened to me a few times...

Hey @Akiyamka, This is great work so far! Mind adding some tests and an example to the showcase to document (in code) how these feature work?

Hey @Akiyamka would you mind taking a look at both of my comments from the previous review (remove unused file and add tests)

I tried downloading your branch to play around with your example and there are few bugs - Clicking on leaf nodes causes an error which causes the whole component to...