
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
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
The npm package react-svg-donut-chart receives a total of 0 weekly downloads. As such, react-svg-donut-chart popularity was classified as not popular.
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.