UNPKG

react-svg-donut-chart

Version:

A lightweight responsive donut chart React component using only SVG

9 lines (8 loc) 190 B
"use strict"; exports.__esModule = true; var radius = exports.radius = 100 / (2 * Math.PI); var width = exports.width = 42; var center = exports.center = { x: width / 2, y: width / 2 };