dirkdevriendt

Results 7 comments of dirkdevriendt

I just did this quick fix in the same vain as the hard coded compensation that was already there, but apparently there is a more generic way in the form...

FYI / for reference: similar issue + PR that solves it in the react-vis repository https://github.com/uber/react-vis/pull/1253

FYI We are dynamically adding charts, adapting Y Axes etc as a user selects different data series and ran into the same issue, resulting in a "select(...).transition is not a...

The following yields a scroll speed I find pleasing in both Firefox and Chrome, but these things are always up for debate. Might make sense to add a configurable multiplicator...

I can put this in a PR if that makes it easier to test, but have to run, so not immediately.

Same here, on "env" preset with recent webpack and babel versions installing [email protected] works just fine ...and thanks for publishing this excellent library!

Thanks @rijpma ! Love what the tool does, BTW A simple example would be the following csv: ``` id_subject,family_member,relation,gender 1,2,"F","M" 2,2,"P","M" ``` with the following metadata: ``` { "@context": [...