如何从左到上改变y轴标签的位置?

时间:2018-01-23 08:23:21

标签: chart.js chart.js2

如何使用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,

                        }

                    }]

0 个答案:

没有答案