Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can maps support custom cursor style? #13632

Closed
jxiangji opened this issue Nov 17, 2020 · 2 comments
Closed

Can maps support custom cursor style? #13632

jxiangji opened this issue Nov 17, 2020 · 2 comments
Labels
en This issue is in English new-feature

Comments

@jxiangji
Copy link

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

@echarts-bot
Copy link

echarts-bot bot commented Nov 17, 2020

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 that you 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! 🍵

@echarts-bot echarts-bot bot added en This issue is in English new-feature pending We are not sure about whether this is a bug/new feature. waiting-for: community labels Nov 17, 2020
@Ovilia
Copy link
Contributor

Ovilia commented Nov 24, 2020

Similar to: #10584 graph series

@Ovilia Ovilia removed the pending We are not sure about whether this is a bug/new feature. label Nov 24, 2020
@Ovilia Ovilia added this to the 5.2.0 milestone Nov 24, 2020
@pissang pissang modified the milestones: 5.2.0, 5.3.0 May 5, 2021
@pissang pissang modified the milestones: 5.3, TBD Jan 7, 2022
@Ovilia Ovilia removed this from the TBD milestone Jul 29, 2024
@Ovilia Ovilia closed this as completed Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
en This issue is in English new-feature
Projects
None yet
Development

No branches or pull requests

3 participants