MCPcopy Index your code
hub / github.com/civiccc/react-simple-pie-chart

github.com/civiccc/react-simple-pie-chart @v0.4.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.4.1 ↗ · + Follow
5 symbols 13 edges 6 files 2 documented · 40% updated 5y agov0.4.1 · 2017-05-09★ 623 open issues

Browse by type

Functions 3 Types & classes 2
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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 pie
chart

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

Core symbols most depended-on inside this repo

Shape

Class 2
Function 2
Method 1

Languages

TypeScript100%

Modules by API surface

src/pie_chart.jsx4 symbols
spec/pie_chart_spec.jsx1 symbols

For agents

$ claude mcp add react-simple-pie-chart \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page