-
Hey I'm trying to make a simple pie chart, but the official pie chart example is way too complicated to follow. All I want to do is color the arcs in the pie chart to be the right color, but there's no props I can use on I tried to mimic what the example was doing, but it doesn't work. Help please, thanks a lot in advance! https://codesandbox.io/s/vx-tester-wr7gi?file=/src/PieChart.js:1128-1760
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Figured it out by looking into the Updated working code
|
Beta Was this translation helpful? Give feedback.
Figured it out by looking into the
<Pie />
code. But still confused that it doesn't seem to be using<Arc />
but goes to build<path>
directly, is that by design?Updated working code