jgoncab-arte opened a new issue, #20152:
URL: https://github.com/apache/echarts/issues/20152
### What problem does this feature solve?
In first place, other series are able to change the cursor but `series.map`
does not have that option. Moreover, it is common that the cursor changes while
dragging so there should be another option for those cases.
### What does the proposed API look like?
```
{
geo: {
cursor: "",
dragCursor: ""
},
series: {
type: "map",
cursor: "",
dragCursor: ""
}
}
```
`cursor` and `dragCursor` should have the same possible values as the
'cursor' property of other series.
Another properties could be `zoomCursor` and `draggableCursor` because I
could see that some places without anything drawn are not draggable.
--
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]