helgasoft commented on issue #20232:
URL: https://github.com/apache/echarts/issues/20232#issuecomment-2271957482
> Normally, if the geo tooltip is set to show=false, it should be hidden
when the scatter point is moved out.
yes, it is a **bug**. And your workaround works great :
```
geo: {
map: 'china',
tooltip: {
show: true, // disable tooltip thru style:
textStyle: { color: 'transparent' },
backgroundColor: 'transparent',
borderColor: 'transparent',
shadowColor: { show: false }
}, ...
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]