UNPKG

react-svg-donut-chart

Version:

A lightweight responsive donut chart React component using only SVG

6 lines 119 B
export var radius = 100 / (2 * Math.PI); export var width = 42; export var center = { x: width / 2, y: width / 2 };