bpodgursky / nlpviz

Source code for a sentence parse tree visualization found here: http://nlpviz.bpodgursky.com/
Other
137 stars 45 forks source link

Center View Area To Root Node On Load #1

Closed chasonarthur closed 10 years ago

chasonarthur commented 10 years ago

Great project! I'm creating a tree with a fair amount of data and need to center the view area on the root node when the document first loads. Is there a preferred method of doing this?

Thanks for the project, very helpful!

bpodgursky commented 10 years ago

I'm not sure how to go about that, but I'd try asking over at dagre (https://github.com/cpettitt/dagre), the library I'm using.

chasonarthur commented 10 years ago

Thanks for the link.