Skip to content

MichelleEmbleton/ReactSVGPieChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactSVGPieChart

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.

react-svg-pie-chart

About

An SVG Pie Chart built with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors