You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2019/10/27 03:49:56 UTC

[GitHub] [incubator-echarts] leaon4 commented on issue #11493: 树图用setOption更新数据时,发现图有残留BUG

leaon4 commented on issue #11493: 树图用setOption更新数据时,发现图有残留BUG
URL: https://github.com/apache/incubator-echarts/issues/11493#issuecomment-546659284
 
 
   `<!DOCTYPE html>
   <html lang="en">
   
   <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>
   
   </html>`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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