apache / apache/echarts

ScatterGL doesn't show tooltip when hovering on item

Open
#12,115 9 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.