plotOptions: {
column: {
grouping: false,
shadow: false,
borderWidth: 0
},
line: {
dataLabels: {
enabled: true,
//format: '{y:.1f}'
formatter: function() {
return '<b>'+ Highcharts.numberFormat(this.y*100, 2) +'%</b><br/>';
}
}
}
},
沒有留言:
張貼留言