villebro opened a new pull request #15283:
URL: https://github.com/apache/echarts/pull/15283


   When `animation` is set to `false` on `treemap`, `renderFinally()` isn't 
called.
   
   ## Brief Information
   
   This pull request is in the type of:
   
   - [x] bug fixing
   - [ ] new feature
   - [ ] others
   
   ### What does this PR do?
   
   This PR adds a call to `renderFinally()` if animation is disabled before 
returning from `_doAnimation`.
   
   ### Fixed issues
   
   - closes #15282 
   
   ## Details
   
   ### Before: What was the problem?
   In this screenshot, Alexia and Beth should have been removed:
   
![image](https://user-images.githubusercontent.com/33317356/124269656-d81cf400-db43-11eb-9d63-8b1692202b3b.png)
   
   ### After: How is it fixed in this PR?
   After the change, the names are removed correctly:
   
![image](https://user-images.githubusercontent.com/33317356/124269711-ea972d80-db43-11eb-994e-b6110cb3a796.png)
   
   ### Merging options
   
   - [x] Please squash the commits into a single one when merge.
   
   ### Other information
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to