react-c3-component

v1.3.4
It is a small C3 chart component.
react

react-c3-component

npm Travis Codecov

React.js C3 integration component

Quick start: SimpleLineChart

import Chart from 'react-c3-component';
import 'c3/c3.css';

export default function SimpleLineChart() {
  return (
    <Chart
      config={{
        // Add your C3 config excluding bindto here
        // http://c3js.org/reference.html
        data: {
          columns: [
            ['data1', 30, 200, 100, 400, 150, 250],
            ['data2', 50, 20, 10, 40, 15, 25]
          ]
        }
      }}
    />
  )
}

Metadata

  • MIT
  • Whatever
  • wuct
  • released 5/28/2017

Downloads

Maintainers