Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanyl/c3js-react
https://github.com/ruanyl/c3js-react
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruanyl/c3js-react
- Owner: ruanyl
- Created: 2016-05-11T20:04:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T06:55:25.000Z (over 8 years ago)
- Last Synced: 2024-11-05T14:55:58.621Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-c3
simple react wrap for [c3](http://c3js.org/)
```
import Chart from 'c3js-react'const data = {
columns: [
['data1', 30, 200, 100, 400, 150, 250],
['data2', 50, 20, 10, 40, 15, 25]
]
}```
see demo with react storybook: `npm run storybook`