2020年5月23日 星期六

highcharts formatter

    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/>';
}
            }
}
    },

沒有留言:

張貼留言