react-chartjs-commonjs

0.0.3 • Public • Published

react-chartjs-commonjs

Fork of react-chartjs to make it easier to import with webpack or other CommonJS module loader

Example Usage

var ReactChart = require("react-chartjs-commonjs");

var MyComponent = React.createClass({
  render: function() {
    return <ReactChart.Line data={chartData} options={chartOptions} width="600" height="250"/>
  }
});
  • data represents the chart data (see chart.js for details)
  • options represents the chart options (see chart.js for details)
  • all other parameters will be passed through to the canvas element

Package Sidebar

Install

npm i react-chartjs-commonjs

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • sadkinson