Modular ReactJS charts made using d3 chart utilities.
The latest version of react-d3-responsive requires React 0.14 or later and D3 3.5.4 or later.
No support [email protected] currently
Via npm
:
npm install react-d3-responsive
Import into your ReactJS project:
// es6
import {AreaGraph, BarGraph, LineGraph, PieChart, ScatterPlot} from 'react-d3-responsive';
- AreaGraph
- BarGraph
- LineGraph
- PieChart
- ScatterPlot
Issues: react-d3-responsive on Github
Inspired by this blog post by Abhisek Jana of A Developer Diary
Also referencing rd3 by Yang Wei for structure
MIT
Copyright © 2016 Drew Thorson