2.0.0 • Published 5 years ago

react-c3-component v2.0.0

Weekly downloads
1,597
License
MIT
Repository
github
Last release
5 years ago

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]
          ]
        }
      }}
    />
  )
}
2.0.0

5 years ago

1.4.0

6 years ago

1.3.5

6 years ago

1.3.4

7 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.0

9 years ago