0

我想在径向图表的不同部分显示我自己选择的颜色,这就是通过将 colorType 道具传递给 RadialChart 组件来实现的方法。

这是我的代码::

const myData = [
    { angle: 25, subLabel: "Completed Skills", color: "red" },
    { angle: 100, label: "Incomplete Skills", color: "blue" },
  ];
<RadialChart data={myData} width={300} height={300} colorType="literal" />
4

0 回答 0