yAxis: {
min: 1,//不显示负数
//minorTickInterval: 'auto',//设置是否出现纵向小标尺
allowDecimals: false,//不显示小数
//tickInterval: 1, //Y轴值按1来等分
title: {
text: '@Model.SearchEntity.YearValue' + '全年问题次数统计',
style: { fontSize: "15px", }
},
stackLabels: {
enabled: true,
style: {
fontWeight: 'bold',
color: (Highcharts.theme && Highcharts.theme.textColor) || 'gray'
}
}
},