liaomy0207 commented on issue #14573:
URL: https://github.com/apache/echarts/issues/14573#issuecomment-812304484


   实际上的bug就是:
   https://echarts.apache.org/examples/zh/editor.html?c=custom-profile
   在这个示例中,图缩放后,在每个数据显示块之间,应该有白色的间隙。
   
但是如果将dataCount更改为1000以上,缩放后间隙就变成了杂色区域,然后鼠标移动到这块时,竟然触发了tooltip的回调。回调参数params,params.value为undefined,导致报错。
   
   


-- 
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:
[email protected]



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

Reply via email to