【发布时间】:2021-03-31 13:20:03
【问题描述】:
在 polarArea 图表中更改弧线的宽度不起作用。所有其他选项都做得很好。我错过了什么? 下面我有代码。
var chartOptions = {
scale: {
ticks: {
beginAtZero: true,
min: 0,
max: 10,
stepSize: 2
},
pointLabels: {
fontSize: 16
},
},
arc: {
borderWidth: 4,
borderColor: "green"
},
};
【问题讨论】: