ScatterGL doesn't show tooltip when hovering on item
Open
en
new-feature
pending
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.