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
- Host: GitHub
- URL: https://github.com/noviel/react-chart-component-example
- Owner: Noviel
- Created: 2017-06-28T15:11:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T10:13:03.000Z (almost 9 years ago)
- Last Synced: 2025-02-05T02:17:27.490Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-chart-component-example

[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)