我正在使用柱形图并在每个条形图的顶部显示这些值。如果它们是 0,我不想显示这些值。怎么做?这是我的一段代码
var series = { data: [],
dataLabels: {
enabled: true,
color: 'black',
align: 'right',
x: -3,
y: 3,
style: {
color: '#333',
fontWeight: 'bold',
fontSize: '12px',
fontFamily: 'Trebuchet MS, Verdana, sans-serif'
}
},
pointWidth: 28
};