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 2019/10/16 16:35:53 UTC

[GitHub] [incubator-echarts] bcpelletier opened a new issue #11420: Programmatically selecting countries with geo and map series

bcpelletier opened a new issue #11420: Programmatically selecting countries with geo and map series
URL: https://github.com/apache/incubator-echarts/issues/11420
 
 
   ### What problem does this feature solve?
   Possibility to have preselected countries when user has different series and need a geo coord system
   
   e.g.
   
   setOption{
   geo: {...},
   Series: [ {
         name: 'UD',
         geoIndex: 0,
         data: [ { name : 'Spain', selected : true}] ...
       }...]
   
   ### What does the proposed API look like?
   Simple allow "selected" on series
   
   data[n] =  {...values, selected : true}
   
   <!-- 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


With regards,
Apache Git Services

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