huimengm opened a new issue, #21318: URL: https://github.com/apache/echarts/issues/21318
### What problem does this feature solve? 想要在地图上面显示自定义label,例如“广东/n项目数量:68”,简单场景下,直接在type:'map'里面设置label的formatter可以实现。  但同时还想添加type:'scatter'来显示各个项目的位置,所以需要把两个series都关联到geo。这就导致地图显示的是geo的label,只有省市名称。 即便把geo的label设置show:false,把type:'map'的label设置show:true,也不能显示series里的自定义label。请问有解决方案吗? ### What does the proposed API look like? 无 -- 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]
