我正在尝试用 ChartJs 模拟这个 Radchart。
如何像这样向左偏移刻度?
我有什么(下)
options: {
scale: {
ticks: {
min: 0,
max: 5,
stepSize: 1,
showLabelBackdrop: false,
beginAtZero: true,
},
gridLines: {
color: 'rgba(0, 0, 0, 0.3)'
},
angleLines: {
display: false
},
},
},
另外:是否可能显示 0?