(thisNode, oldNode, parentGroup, depth)
| 54295 | var willInvisibleEls = []; |
| 54296 | |
| 54297 | function doRenderNode(thisNode, oldNode, parentGroup, depth) { |
| 54298 | return renderNode(seriesModel, thisStorage, oldStorage, reRoot, lastsForAnimation, willInvisibleEls, thisNode, oldNode, parentGroup, depth); |
| 54299 | } // Notice: when thisTree and oldTree are the same tree (see list.cloneShallow), |
| 54300 | // the oldTree is actually losted, so we can not find all of the old graphic |
| 54301 | // elements from tree. So we use this stragegy: make element storage, move |
| 54302 | // from old storage to new storage, clear old storage. |
no test coverage detected
searching dependent graphs…