I want to visualize a dynamic graph with JS code, I used Dracula JS, but I can not trigger a click handler on a node with this one ! Any idea please ?
I taked a look at this link :
http://bl.ocks.org/tchaymore/1249394
But my graph is dynamic, so how can i replace the 'math_map_compact.json' file of the link example ? Is a string variable acceptable in D3.js ?
Thanks,