SVG Donut Charts

Recently, I wanted to build a simple SVG donut chart to display some data I calculate in a React Application. I did some searching and found an excellent tutorial on Medium by Mark Caron (Scratch-made SVG Donut & Pie Charts in HTML5).  This got me started.

With this tutorial in mind, I created the following React Component.

Hope someone finds this useful!