D3-based reusable chart library
npm install c3



> c3 is a D3-based reusable chart library that enables deeper integration of charts into web applications.
Follow the link for more information: http://c3js.org
+ Getting Started
+ Examples
+ Full API Reference
Additional samples can be found in this repository:
+ https://github.com/c3js/c3/tree/master/htdocs/samples
You can run these samples as:
```
$ npm run serve-static
Before reporting an issue, please do the following:
1. Search for existing issues to ensure you're not posting a duplicate.
1. Search the Google Group to ensure it hasn't been addressed there already.
1. Create a JSFiddle or Plunkr highlighting the issue. Please don't include any unnecessary dependencies so we can isolate that the issue is in fact with C3. Please be advised that custom CSS can modify C3.js output!
1. When posting the issue, please use a descriptive title and include the version of C3 (or, if cloning from Git, the commit hash — C3 is under active development and the master branch contains the latest dev commits!), along with any platform/browser/OS information that may be relevant.
+ http://jsfiddle.net/7kYJu/4742/
+ D3.js ^5.0.0`
MIT