highcharts图表之stackLabels的长度太长的时候如何自适应
stackLabels:{
style:{
color:'#333',
fontSize:'15px',
fontFamily:'微软雅黑,Tahoma',
width:'100px'
},
enabled:true,
formatter:function(){
return this.total+"("+this.points[0][0]+"/"+(this.total-this.points[0][0])+")";
}
}