(dataIndex, animationModel, el)
| 42547 | }; |
| 42548 | |
| 42549 | function removeRect(dataIndex, animationModel, el) { |
| 42550 | // Not show text when animating |
| 42551 | el.style.text = null; |
| 42552 | updateProps(el, { |
| 42553 | shape: { |
| 42554 | width: 0 |
| 42555 | } |
| 42556 | }, animationModel, dataIndex, function () { |
| 42557 | el.parent && el.parent.remove(el); |
| 42558 | }); |
| 42559 | } |
| 42560 | |
| 42561 | function removeSector(dataIndex, animationModel, el) { |
| 42562 | // Not show text when animating |
no test coverage detected