highcharts数据处理

折线图上面显示百分比:

  tooltip: {
// valueSuffix: '',
//valueSuffix: '%'
formatter: function() {
return '<b>'+ this.series.name +'</b>: '+ Highcharts.numberFormat(this.y , 2) +'%';
}
},

posted on 2019-04-10 11:07  阳雪凌空  阅读(375)  评论(0编辑  收藏  举报

导航