cuijian-dexter commented on issue #10342: 散点图多个series会出现tooltip提示失效 URL: https://github.com/apache/incubator-echarts/issues/10342#issuecomment-486971684 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 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
---------------------------------------------------------------- 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]
