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 2022/07/19 08:58:32 UTC

[GitHub] [echarts] chengkai2022 opened a new issue, #17405: [Feature] the data of map match地图数据匹配

chengkai2022 opened a new issue, #17405:
URL: https://github.com/apache/echarts/issues/17405

   ### What problem does this feature solve?
   
   当使用geojson渲染的地图时,显示的地图快名字需要是地区名字而非某个编号或其它字段,而在给每个地图块匹配数据时,需要使用地图的编码而不是地图块的名字.例如{
   name:"山东这个省",
   adcode:370000,
   count:55
   },
   当匹配时可以根据adcode这一行政区域编码去匹配,但是地图块显示依然是山东
   
   ### What does the proposed API look like?
   
   和nameproperty类似,可以叫做matchProperty


-- 
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: commits-unsubscribe@echarts.apache.org.apache.org

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


[GitHub] [echarts] echarts-bot[bot] commented on issue #17405: [Feature] the data of map match地图数据匹配

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #17405:
URL: https://github.com/apache/echarts/issues/17405#issuecomment-1188787635

   @chengkai2022 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Feature] the data of map match map data matching
   
   **BODY**
   
   ### What problem does this feature solve?
   
   When using geojson-rendered maps, the displayed map name needs to be the area name rather than a number or other field, and when matching data for each map block, you need to use the map's encoding instead of the map block name. For example {
   name: "Shandong Province",
   adcode: 370000,
   count: 55
   },
   When matching, it can be matched according to the administrative area code of adcode, but the map block display is still Shandong
   
   ### What does the proposed API look like?
   
   Similar to nameproperty, it can be called matchProperty
   </details>


-- 
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: commits-unsubscribe@echarts.apache.org

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