An SVG Pie Chart built with React.
A React version of an SVG pie chart.
As with the others, colours can be added to the JSON file instead of random colours.
{ ...,
"color":"#00ff00"
}
or "rgba(0, 255, 0, 0.3)" for example - (low opacity of 0.3 for pastel shades here).
Use the data.json file as a template.
Shares (percents) should add up to 100 or less. Free space is calculated.
