leaon4 commented on issue #11493: 树图用setOption更新数据时,发现图有残留BUG URL: https://github.com/apache/incubator-echarts/issues/11493#issuecomment-546659435 > <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Tree</title> <style> html, body { margin: 0; padding: 0; } .btn-container { position: absolute; top: 0; left: 0; width: 100%; text-align: center; } </style> <script src="assets/echarts.js"></script> </head> <body> <div id="mychart" style="height: 100vh"></div> <div class="btn-container"> <button class="btn" onclick="gen.next()">run</button> <button class="btn" onclick="refresh()">refresh</button> </div> <script src="tree.js"></script> </body>
---------------------------------------------------------------- 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