您可以将两个xAxis
与类别一起使用。例如:
xAxis: [{
opposite: true,
lineWidth: 0,
categories: ['Start', 'Category1', 'Category2', 'Category3', 'Category4', 'Balance']
}, {
linkedTo: 0,
lineWidth: 0,
categories: ['', 'Sub-Category 1', 'Liquid 1<br>Liquid 2', 'Gas 1<br>Gas 2', 'Solid 1', ''],
labels: {
rotation: 0,
y: -10
}
}]