You can use use multiple yAxis (per each col) with enabled ticks / lineWidth params.
yAxis: [{
categories: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
title: null
},{
linkedTo: 0,
tickLength:100,
tickWidth: 2,
opposite: true,
title: null,
lineWidth: 2,
categories: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
},{
linkedTo: 0,
tickLength:100,
tickWidth: 2,
opposite: true,
title: null,
lineWidth: 2,
categories: ['Smith', 'Jackson', 'Doe', 'Doe', 'Doe'],
},{
linkedTo: 0,
gridLineWidth: 2,
tickLength:100,
tickWidth: 2,
opposite: true,
title: null,
lineWidth: 2,
categories: ['10', '20', '40', '59', '23'],
}],
Example:
- http://jsfiddle.net/0qmt0mkq/
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…