weecoding123 commented on issue #10328: 关于Echarts中地理坐标上点的标签显示问题 URL: https://github.com/apache/incubator-echarts/issues/10328#issuecomment-506960720 ` 可以使用如下方式设置 tooltip: { formatter:function(params){ //自定义模版,获取value的值,默认使用的是经纬度 return params.seriesName + '<br/>' + params.name + ":" + params.value[2] } } `
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
