我正在使用激活vue-chartjs
的插件。datalabels
标签在末尾对齐。
正如您在下面的屏幕截图中所见,顶部标签最终会被画布剪切。参数如下。我试图切换responsive
和maintainAspectRatio
为假,但没有成功。
这是预期的行为还是错误?
responsive: true,
maintainAspectRatio: true,
plugins: {
datalabels: {
display: true,
color: 'black',
anchor: 'end',
align: 'end',
offset: 1
}
}