Chartjs:如何抵消雷达图上的刻度?

时间:2021-01-05 20:58:50

标签: chart.js radar-chart

我正在尝试用 ChartJs 模拟这个 Radchart。

如何像这样向左偏移刻度?

offset ticks

我有什么(下)

What i have

        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?

0 个答案:

没有答案