We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I want to make the root node collapsed. Here is what my configuration:
{"chart":{"container":"#ngpTree","animateOnInit":true,"node":{"collapsable":true},"animation":{"nodeAnimation":"easeOutBounce","nodeSpeed":700,"connectorsAnimation":"bounce","connectorsSpeed":700}},"nodeStructure":{"collapsed":true,"innerHTML":"\n
You see in nodeStructure of root node, I set collapsed to true as what I did for each child node:
"nodeStructure":{"collapsed":true,"innerHTML":....
However the root node still is not collapsed, the children nodes are collapsed as I wanted.
Is this the way I make the root node collapsed? If not, how?
Thanks,
Stephen
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I want to make the root node collapsed. Here is what my configuration:
{"chart":{"container":"#ngpTree","animateOnInit":true,"node":{"collapsable":true},"animation":{"nodeAnimation":"easeOutBounce","nodeSpeed":700,"connectorsAnimation":"bounce","connectorsSpeed":700}},"nodeStructure":{"collapsed":true,"innerHTML":"\n
<td class="ngp-align-top">=><td class="ngp-align-bottom">=><td class="ngp-align-bottom">7You see in nodeStructure of root node, I set collapsed to true as what I did for each child node:
"nodeStructure":{"collapsed":true,"innerHTML":....
However the root node still is not collapsed, the children nodes are collapsed as I wanted.
Is this the way I make the root node collapsed? If not, how?
Thanks,
Stephen
The text was updated successfully, but these errors were encountered: