Hi @metasoarous, thanks a lot for this wonderful project and the effort!
Is it possible to draw a tree graph, get its nodes coordinates and then draw an overlay layer with inputs on top of it?
I'm able to this with d3 itself with a bit of monkey-patching, so the question is if it's any better with oz?
For details:
d3.layout.tree(root).nodes() in the end has the x, y coordinates of the nodes.
Hi @metasoarous, thanks a lot for this wonderful project and the effort! Is it possible to draw a tree graph, get its nodes coordinates and then draw an overlay layer with inputs on top of it?
I'm able to this with d3 itself with a bit of monkey-patching, so the question is if it's any better with oz?
For details:
d3.layout.tree(root).nodes()
in the end has the x, y coordinates of the nodes.