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.