
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
react-svg-donut-chart
Advanced tools
A lightweight responsive donut chart React component using only SVG
A lightweight responsive donut chart React component using only SVG
You can download react-svg-donut-chart from the NPM registry via the npm or yarn commands
yarn add react-svg-donut-chart
npm install react-svg-donut-chart --save
If you don't use package manager and you want to include react-svg-donut-chart directly in your html, you could get it from the UNPKG CDN
https://unpkg.com/react-svg-donut-chart/dist/react-svg-donut-chart.min.js.
import React from "react"
import DonutChart from "react-svg-donut-chart"
const dataPie = [
{value: 100, stroke: "#22594e", strokeWidth: 6},
{value: 60, stroke: "#2f7d6d"},
{value: 30, stroke: "#3da18d"},
{value: 20, stroke: "#69c2b0"},
{value: 10, stroke: "#a1d9ce"},
]
const App = () => <DonutChart data={data} />
See Demo page
npm test).See CONTRIBUTING.md guidelines
See changelog
This project is licensed under the MIT License - see the LICENCE.md file for details
FAQs
A lightweight responsive donut chart React component using only SVG
We found that react-svg-donut-chart demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.