treant-js
treant-js copied to clipboard
Treant.js - javascript library for drawing tree diagrams
Hi i want to implement this example in my react-native app..please tell me how is that possible .do we have react-native app support ?? http://fperucic.github.io/treant-js/examples/custom-colored/
when using **innerHTML** value for node `{'text': {'data-attribute': 'some value'}}` does not works. It does not set **data-attribute** for that node. Why is that? Is there any work around?
Hello, I'd like to know how I should do to keep the collapsible state of every node when so that when I do a refresh it displays in the same...
I need to make my chart responsive as soon as I can. Is it possible?
When you install treant-js you have to explicitly install raphael. Could you please add raphael to package.json so explicit raphael installation step can be skipped.
Fiddle showing issue: http://jsfiddle.net/mjg34s1h/ I have this node: ` dqLink = { parent: complaintFiled, text:{ title: "MTD", contact: { val: "contact me", href: "http://twitter.com/", target: "_blank" } }, collapsable: true,...
Add GUI buttons for: add node and export NodeStructure. Add GUI folder in examples.
There's a way to align the whole chart on the left inside the container? I have a chart with the rootOrientation property set to "WEST" and I'd like that the...
if images are loaded, the `isNotLoading()` function returns `false`, not `true`.
Hello. There is such an issue with those charts. It's shown in div very well but printing is impossible. Because instead of printing whole chart, it just prints the are...