leaon4 commented on issue #11493: 树图用setOption更新数据时,发现图有残留BUG
URL: 
https://github.com/apache/incubator-echarts/issues/11493#issuecomment-546983262
 
 
   用刚下的master分支版本试了,残留的现象还是存在的,与expandAndCollapse无关
   [
       { "name": "3", "children": [] },
       { "name": "3", "children": [{ "name": "2", "children": [] }, { "name": 
"" }] },
       { "name": "2", "children": [{ "name": "1", "children": [] }, { "name": 
"3", "children": [] }] },
       { "name": "2", "children": [{ "name": "1", "children": [] }, { "name": 
"3", "children": [{ "name": "" }, { "name": "4", "children": [] }] }] },
   ]
   用这四条数据可以复现,同样可以在官网示例上复现
   
![屏幕截图(2)](https://user-images.githubusercontent.com/31395977/67688950-984c5380-f9d5-11e9-8fa8-52b1fd05c748.png)
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to