Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Angular 13 中创建一个简单的饼图时,收到以下错误消息。想要将空值分配给borderColor,但它显示此错误。系列中指定的颜色。
borderColor: undefined works here.
borderColor: undefined
plotOptions: { pie: { innerSize: '99%', borderWidth: 40, borderColor: undefined, slicedOffset: 20, dataLabels: { connectorWidth: 0 } } },