ScatterGL doesn't show tooltip when hovering on item
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
Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays.
In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.
If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to [email protected]. Please attach the issue link if it's a technical questions.
If you are interested in the project, you may also subscribe our mail list.
Have a nice day! 🍵
Hi there! Thanks so much for creating such an awesome library 🎉 🙏
Do we happen to have an example of creating a tooltip with scatterGL? Or any advices on how to create one?
We're working on an open source data viz feature to visualize genomic sequencing data, which involves millions of data points, so using WebGL would be ideal!
Thank you!
Hello, is this issue already fixed? Because in the Chart Type scatter3D the tooltips are also not working. Thank You!
scatter3D tooltips have a problem (https://github.com/ecomfe/echarts-gl/issues/342), but for more than one point they work. scatterGL show no tooltips and @100pah added the "new-feature" tag, which means this functionality is missing. Demo
It's still doesn't fix(implemented). 🥲
Still not fixed.😭
Still not working! Does anyone have any information on this?
Can confirm as well that this feature has been broken since I tried using scatterGL. Would like to use echarts for what I plan on using it for if we could find a fix for this!