0👍
✅
Assuming your chart is of type
'horizontalBar'
, you could define the second y-axis as follows:
{
type: 'category',
position: 'right', // depends on your choice
offset: true,
gridLines: {
display: false
}
}
Source:stackexchange.com