echarts Can maps support custom cursor style?

2admgd59  于 2022-11-03  发布在  Echarts
关注(0)|答案(2)|浏览(187)

What problem does this feature solve?

most of series support to set cursor style but map,Can map support custom cursor style?
like this:

series:[{
  type: 'map',
  data: [
    {item:'aa', itemStyle:{cursor:'move'}},
    {item:'bb', itemStyle:{cursor:'pointer'}},
    {item:'bb', itemStyle:{cursor:'none'}},
  ]
}]

What does the proposed API look like?

series

ar5n3qh5

ar5n3qh51#

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 thatyou 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 dev@echarts.apache.org . Please attach the issue link if it's a technical question.

If you are interested in the project, you may also subscribe our mailing list .

Have a nice day! 🍵

mzaanser

mzaanser2#

Similar to: #10584 graph series

相关问题