An open API service indexing awesome lists of open source software.

https://github.com/noviel/react-chart-component-example

React chart component with pure svg
https://github.com/noviel/react-chart-component-example

Last synced: about 1 year ago
JSON representation

React chart component with pure svg

Awesome Lists containing this project

README

          

# react-chart-component-example

![react chart component sample](https://puu.sh/wwtcd/ba9ec54d70.png "React chart component")
[Live on heroku](https://react-chart.herokuapp.com/)

## Structure
- `/src/index.js` - client entry point
- `/src/components/Chart` - chart component
- `/src/lib` - helpers
- `config.js` - basic configuration constants for Webpack and server
- `server.js` - server entry point

## Install

```sh
git clone git@github.com:Noviel/react-chart-component-example.git
```

## Launching

```sh
npm install && npm start
```

## External libraries

- [lodash.debounce](https://www.npmjs.com/package/lodash.debounce)