fperucic / treant-js

Treant.js - javascript library for drawing tree diagrams
MIT License
864 stars 314 forks source link

maxDepth issue. #95

Open Leon-Lichunliang opened 7 years ago

Leon-Lichunliang commented 7 years ago

Hi,

If the tree has 6 levels and set the maxDepth=3 or 4, a little problem is the first node of the fourth level or fifth level will be drawn and displayed. issue

Leon-Lichunliang commented 7 years ago

The root cause is that the parameter animateOnInit: true set, but I do not know how to solve it.

Thanks.

dlgoodchild commented 7 years ago

Thanks @Leon-Lichunliang I'll check it out soon when I get a chance.