linghuweichao commented on issue #10342: 散点图多个series会出现tooltip提示失效
URL: 
https://github.com/apache/incubator-echarts/issues/10342#issuecomment-487339084
 
 
   > 
   > 
   > The cause of the bug is the series order Aseries. data > Bseries. data. 
First, if Aseries is above, only the part of Aseries that is smaller than the 
maximum value in Bseries shows a problem.
   > 
   > 
[Https://gallery.echartsjs.com/editor.html?C=x00zqS1OSf&v=1](Https://gallery.echartsjs.com/editor.html?C=x00zqS1OSf&v=1)
   > 
   > The second is that if Bseries is above, only the part where Aseries is 
greater than the minimum value in Bseries is showing a problem.
   > 
   > 
[Https://gallery.echartsjs.com/editor.html?C=xp0braR6G6&v=1](Https://gallery.echartsjs.com/editor.html?C=xp0braR6G6&v=1)
   
   
您好,首先,在您的例子里面,我没有看到跟我的问题有什么关联,您都没有设置tooltip参数,更不用说显示问题了,其次,在官方案例中,Aseries的数据只要大于Bseries的数据的最小值,就会出现提示失效问题,跟您说的一致,所以说,这确实是一个bug,还是说官方现在也不支持多个series去显示所有提示?需要后续改进

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


With regards,
Apache Git Services

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

Reply via email to