wesnolte / jOrgChart

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

Unable to get mlm diagram with following html code #46

Open dinupadwal86 opened 11 years ago

dinupadwal86 commented 11 years ago

It have to show 11 items but shows only 9, last two childnodes are not loading, kindly help me out.

err

dabeng commented 8 years ago

Hi @dinupadwal86 . The problem is here. You shouldn't let one li contain two ul.

screen-capture

By the way, it's tired to build a orgchart with such a complex html datasource. I recommend you OrgChart to accomplish the same task. It allows you to build a orgchart with json datasource.It's a more lightweight solution. Good luck! :blush:

screen-capture