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.
我的代码
正在渲染什么
我所希望的
我尝试了许多值,但我无法改变任何东西。使用这些文档:http ://uber.github.io/react-vis/documentation/other-charts/radial-chart
该文档使padAngle看起来应该在数据对象中设置,但它实际上应该是 RadialChart 组件的一个道具:
<RadialChart data={...} ... padAngle={0.1} />