Skip to content

my8bit/react-billboard.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-billboard.js

npm npm GitHub license

bitHound Overall Score bitHound Dependencies bitHound Dev Dependencies bitHound Code

Code Climate Issue Count

This is a fork of react-c3js adopted for billboard.js

React component for billboard.js

import BillboardChart from 'react-billboard.js';
import 'billboard/billboard.css';

const data = {
  columns: [
    ['data1', 30, 200, 100, 400, 150, 250],
    ['data2', 50, 20, 10, 40, 15, 25]
  ]
};

const mountNode = document.getElementById('react-billboardjs');

ReactDOM.render(<BillboardChart data={data} />, mountNode);

You can see the docs for more details.

Installation

$ npm install --save react-billboard.js

Contributing

Please feel free to add pull requests.

NPM

  1. Modify src/index.js.
  2. Build the lib by using npm run build
  3. Import BillboardChart from react-billboard.js.
  4. Enjoy the result.

Properties

Check out billboard.js Reference for more details.

License

MIT

About

📈 React component for billboard.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.9%
  • Makefile 29.1%