How echart map displays tooltip by default

I hope that when the map is loaded, the tooltip, will be highlighted and displayed by default, but the highlighting effect can be realized, but the dispatchAction display tooltip, can not be displayed in tooltip.
echarts, but can not be displayed in the map (type:line, etc.), what should I do?

Nov.28,2021

try geoSelect ?

myChart.dispatchAction({
    type: 'geoSelect',
    name:''
})

the name is the name of each area of your map. You should check it in the map file

.

is as follows guizhou.js

clipboard.png


Hello, have you solved this problem? I have the same problem. Can you share how to solve it

?
Menu