100pah opened a new issue #14712:
URL: https://github.com/apache/echarts/issues/14712
### What problem does this feature solve?
When making a seatmap, some seats has been taken by others so they can not
be selected.
It would be great to provide an option to support that some regions can not
be selected but others can be selected.
### What does the proposed API look like?
```js
option = {
geo: {
// regions '1A' and '15B' can not be selected.
regions: [{
name: '1A',
selectable: false
}, {
name: '15B',
selectable: false
}
}
};
```
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
<!-- This issue is in English. DO NOT REMOVE -->
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]