trannamquan opened a new issue #12115: ScatterGL doesn't show tooltip when hovering on item URL: https://github.com/apache/incubator-echarts/issues/12115 ### Version 4.6.0 ### Steps to reproduce Using series type ScatterGL to draw a scatter chart. Set tooltip for series like this: ``` tooltip: { trigger: "item", }, series: [{ type: "scatterGL", data: blahblah, tooltip: { position: ['50%', '50%'], formatter: function() { return 'tooltip' } } }] } ``` ### What is expected? Show tooltip for each item when hovering like normal series type Scatter ### What is actually happening? No tooltip show <!-- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
