Highcharts tooltip显示数量和百分比

1,400 阅读1分钟
tooltip: {
    headerFormat: '{point.key}: ',
    pointFormat: '{point.y} ({point.percentage:.2f}%)',
    backgroundColor: 'rgba(0, 0, 0, 0.7)',
    style: {
        color: '#fff'
    }
},

如图