react-d3-responsive

0.1.9 • Public • Published

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 d3@v4.0 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

Readme

Keywords

Package Sidebar

Install

npm i react-d3-responsive

Weekly Downloads

8

Version

0.1.9

License

MIT

Last publish

Collaborators

  • housecor