You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/04/19 12:48:15 UTC

[GitHub] [echarts] 100pah opened a new issue #14712: Support that some region selectable:false in geo.

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org