LehaoLin opened a new issue #12475: URL: https://github.com/apache/incubator-echarts/issues/12475
### Version 4.7.0 ### Reproduction link [https://www.echartsjs.com/examples/zh/editor.html?c=map-polygon](https://www.echartsjs.com/examples/zh/editor.html?c=map-polygon) ### Steps to reproduce https://www.echartsjs.com/examples/zh/editor.html?c=map-polygon Make the city Baoji for example 拿宝鸡这个城市作为例子 The value of 宝鸡 is not the PM2.5 value, but the latitude of 宝鸡. Hover出现的值应该是宝鸡pm2.5的值,但是出现的是宝鸡的纬度。 This bug both appear in Air quality- baidu map & draw polygon on map. 这个bug同时出现在两个例子里面。 And I can't find the solution to change it from latitude to pm2.5. 我找不到方法去把这个值变成pm2.5。 ### What is expected? 鼠标悬停圆点,值为pm2.5 cursor hover, the value should be for pm2.5 ### What is actually happening? 鼠标悬停圆点,值为纬度,且无法通过所给的JavaScript修改 cursor hover, the value is for the latitude, and I can't fix it by the given JavaScript <!-- This issue is generated by echarts-issue-helper. 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]
