tooltip: {
valueSuffix: ‘%‘,
formatter:function(){
return‘‘+this.series.name+‘ ‘+Highcharts.numberFormat(this.y,2,‘.‘)+‘ %‘;}
},
原文:http://www.cnblogs.com/noobkey/p/5197838.html