wesnolte / jOrgChart

A jQuery plugin to draw tree-like structures such as OrgCharts.
994 stars 674 forks source link

Loading Very Large Trees #48

Open vmundhra opened 11 years ago

vmundhra commented 11 years ago

Hello All,

We are running in to major issues when loading very large trees (Nodes=6,000; Depth=10). It kills the browser and runs in to "JavaScript running slow" issues. We have tried class='collapsed' on nodes, but it doesn't work.

Is there a way we can overcome this problem. Can we load using AJAX? How can I optimize my code?

Our team would really appreciate any help.

Regards, Vishal