Skip to content

cox-auto-kc/react-d3-responsive

Repository files navigation

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

About

Responsive D3 components for React.

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
LICENSE.d3

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published