Shuping Zhang
Shuping Zhang
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=>1234=>7\n ","text":{"name":7},"children":[{"collapsed":true,"innerHTML":"\n=>13=>3\n ","text":{"name":3},"children":[{"collapsed":true,"innerHTML":"\n=>1=>0\n ","text":{"name":0},"children":[]}]},{"collapsed":true,"innerHTML":"\n=>12=>3\n ","text":{"name":3},"children":[{"collapsed":true,"innerHTML":"\n=>1=>1\n ","text":{"name":1},"children":[]}]}]}} You see in nodeStructure of root node, I set collapsed...
Thank you for taking the time to report a bug! Your support is essential for the maintenance of this project. Please fill out the following fields to ease bug hunting...