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 2020/11/24 12:20:06 UTC

[GitHub] [incubator-echarts] 100pah opened a new issue #13680: tooltip performance issue

100pah opened a new issue #13680:
URL: https://github.com/apache/incubator-echarts/issues/13680


   ### Version
   5.0.0
   
   ### Steps to reproduce
   Tooltip performs kind of "lag" when mouse is moving on "both-value axis" cartesian.
   There might be some performance issue. Need further checking.
   
   For example:
   ```js
   var data = [];
   for (var i = 0; i < 1000; i  ) {
       data.push([i, Math.random()]);
   }
   var option = {
       xAxis: {},
       yAxis: {},
       tooltip: {
           trigger: 'axis'
       },
       series: {
           type: 'line',
           showSymbol: false,
           data: data
       }
   };
   ```
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
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



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