weecoding123 commented on issue #7800: echarts 3中Map系列带有坐标系时tooltip中的value统计有误
URL: 
https://github.com/apache/incubator-echarts/issues/7800#issuecomment-506960820
 
 
   使用这种方式试试: params.value[2]获取的是第三个值
   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]

Reply via email to