0.1.10 • Published 7 years ago

red3 v0.1.10

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

ReD3

ReD3 is a React library to allow developers to easily add D3 graphs to their projects.

ReD3 acts a high level wrapper, abstracting away the D3 syntax and exposing only the high level props to let the user "plug and play."

Installation and Usage

Using npm:

$ npm install --save red3

Import the graph from the library:

import { Pie } from 'red3'

Add the graph to your component:

render() {
  return (
    <div>
      <Pie data={data} />
    </div>
  )
}

Done!

Documentation

Refer to the official documentation page

Thanks

Thanks to Mike Bostock for creating D3 and providing a vast number of resources.

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago