Donut chart for measuring weight loss.
yarn add weight-donut
import WeightDonut from 'weight-donut';
const canvas = () => (
<WeightDonut weight={100} initialWeight={100} targetWeight={90} />
);
Unless otherwise specified this project is licensed under Apache License Version 2.0.