Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ruanyl/c3js-react


https://github.com/ruanyl/c3js-react

Last synced: about 1 month ago
JSON representation

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`