Valentino Di Donato
Valentino Di Donato
So, nothing?
Now I know. It took 7 years, but totally worth the wait 😉. Jokes aside, I remember having this need and back then requirements were of course a bit more...
Here is my code: d3.tsv("goal.tsv", function(error, data) { const model = new SentenTree.SentenTreeBuilder().buildModel(data); new SentenTree.SentenTreeVis('#vis') .data(model.getRenderedGraphs(3)) .on('nodeClick', node => { console.log('node', node); }); }); and I get the following error...
Any news on this?
It doesn't work either for me. In the DOM now I see:
No there are no errors in the console.
In my case this change stopped gephi from complaining but didn't really make gephi compute the layout using graphviz algorithms
I'm assuming it's not currently possible to achieve what I need, too bad 😢