Skip to content

Can maps support custom cursor style? #13632

Closed
@jxiangji

Description

@jxiangji

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions