Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aviskarkc10/react-d3-donut

A react donut chart component using d3
https://github.com/aviskarkc10/react-d3-donut

d3js donut-chart doughnut-chart react-component reactjs visualization

Last synced: 30 days ago
JSON representation

A react donut chart component using d3

Awesome Lists containing this project

README

        

# React-d3-donut

A [138B](https://bundlephobia.com/[email protected]) React donut chart component using d3.js. Check out the [demos](https://aviskarkc10.github.io/react-d3-donut).

# Installation

## Using npm

```bash
$ npm install react-d3-donut --save
```

## Using yarn

```bash
$ yarn add react-d3-donut
```

## Usage

Check out the [demo](https://aviskarkc10.github.io/react-d3-donut) to see how to use the component.

# Contributing

Your inputs to the project are welcome. You can create an issue or send in a PR. Please see [here](https://github.com/aviskarkc10/react-d3-donut/blob/master/CONTRIBUTING.md).

# License

[MIT](https://github.com/aviskarkc10/react-d3-donut/blob/master/LICENSE)