Jon Crump

Results 6 comments of Jon Crump

I've only just discovered your `d3graph` project and I'm hoping it will turn out to be the tool I've needed. With respect to node shapes: I've recently been trying to...

@erdogant The click and drag behavior of nodes was the product of a lot of naive trial and error and some "monkey see monkey do" from the observablehq.com example mentioned...

@erdogant can you show me the code you're working with?

I'm sure that's it. d3's gone through a lot of breaking changes since d3v3. The [observable document here](https://observablehq.com/@d3/d3v6-migration-guide#events) describes how the handling of mouse events has changed since v6. I...

This was a useful feature that I used often. It would be a shame to lose it. I can't help thinking the fix might be straightforward.

@EricForgy , assuming the file is in the same directory as the jupyter notebook, this seemed to work for me in reproducing @soxofaan 's 'circles' example: ``` %%javascript require.config({ paths:...