react-simple-pie-chart

0.5.0 • Public • Published

React Simple Pie Chart

npm version Build Status

Need a simple <svg> pie chart and don't want to bring in any heavy dependencies? You've come to the right place.

Demo

Example piechart

Installation

npm

npm install react-simple-pie-chart --save

Usage

import PieChart from 'react-simple-pie-chart';
<PieChart
  slices={[
    {
      color: '#f00',
      value: 10,
    },
    {
      color: '#0f0',
      value: 20,
    },
  ]}
/>

Code of conduct

This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.

License

MIT

Package Sidebar

Install

npm i react-simple-pie-chart

Weekly Downloads

300

Version

0.5.0

License

MIT

Last publish

Collaborators

  • joinbrigade
  • herbstmb
  • anujdas
  • parris
  • trotzig
  • lencioni
  • bigsley
  • janpaul123