chinobi001 opened a new issue #15257:
URL: https://github.com/apache/echarts/issues/15257


   我有个项目会出现最少10万,最大100万出头的图表,我配置的图表,一条数据会生成一个line和一个scatter,一条数据为27000的数据点
   当只有3条,或是两条数据的时候没有任何问题,超过3条数据时,就会出现问题
   我的图表是 line 和 scatter 混合型的图表,当我把 tooltip 的 trigger 设置为 axis 时,给series的每条数据设置 
emphasis 的 focus 为 series 的时候,就会看到:当鼠标放置在任意一个数据点的时候,line 
类型的线条会一直显示,如果图表配置了鼠标滚轮放大缩小的功能,图表的线条会一条条的重影,
   
   如果把tooltip的trigger设置为item时,这个问题就不会出现,但是需要的需求是axis


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

To unsubscribe, e-mail: [email protected]

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