Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.13 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.13 KB

React and D3 Charting

Modular ReactJS charts made using d3 chart utilities.

npm version

Usage

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

NPM

Via npm:

npm install react-d3-responsive

Import into your ReactJS project:

// es6
import {AreaGraph, BarGraph, LineGraph, PieChart, ScatterPlot} from 'react-d3-responsive';

Available Charts

  • AreaGraph
  • BarGraph
  • LineGraph
  • PieChart
  • ScatterPlot

For usage.

Support

Issues: react-d3-responsive on Github

Background

Inspired by this blog post by Abhisek Jana of A Developer Diary

Also referencing rd3 by Yang Wei for structure

License

MIT

Copyright © 2016 Drew Thorson