我在任何解决此问题的网站上都没有发现任何问题,也没有任何关于如何回答这个问题的文档...
如何使用最新版本的Chart.js库制作的图表中的y轴接受多行字符串作为其labelString?我试过了
"Percent of users <br> that can come today"
以及
"Percent of users \n that can come today"
和
"Percent of users that can come today".
这是我的代码,如有必要,我可以添加更多代码:
yAxes: [{
ticks: {
beginAtZero: true,
max: 100,
stepSize: 25,
},
scaleLabel: {
display: true,
fontSize: 14,
labelString: "Percent of users \n that can come today",
}
}]
答案 0 :(得分:0)
在图表的一侧创建一个单独的网格。