如何使用chart.js从左到右更改y轴标签的位置?
The chart with the y-axis label on the top The chart with the y-axis label on the left
这是我目前的y轴代码:
yAxes: [{
gridLines: {
display:false
},
scaleLabel: {
display: true,
labelString: 'Y Axis Label',
fontSize: 20,
}
}]