Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aviskarkc10/react-d3-donut
- Owner: aviskarkc10
- License: mit
- Created: 2018-09-25T16:53:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:01:21.000Z (about 2 years ago)
- Last Synced: 2024-08-03T18:22:08.997Z (4 months ago)
- Topics: d3js, donut-chart, doughnut-chart, react-component, reactjs, visualization
- Language: JavaScript
- Homepage: https://aviskarkc10.github.io/react-d3-donut/
- Size: 1.96 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nepal - react-d3-donut
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)