react-chart-engine
v0.0.23
Published
> Create React-based charts using [d3](https://d3js.org) utilities encapsulated in React elements. > > Library is lazily developed at weekends and may not meet your expectations. >
Downloads
25
Readme
react-chart-engine
Create React-based charts using d3 utilities encapsulated in React elements.
Library is lazily developed at weekends and may not meet your expectations.
Installing
$ yarn add react-chart-engine
# or
$ npm install --save react-chart-engine
Docs
Exported components are described in docs/components directory. Use ZoomableChart
or BasicChart
components to build charts, as shown in src/examples.