c3 [![Build Status](https://travis-ci.org/masayuki0812/c3.svg?branch=master)](https://travis-ci.org/masayuki0812/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](http://c3js.org/) ## Tutorial and Examples + [Getting Started](http://c3js.org/gettingstarted.html) + [Examples](http://c3js.org/examples.html) Additional samples can be found in this repository: + [https://github.com/masayuki0812/c3/tree/master/htdocs/samples](https://github.com/masayuki0812/c3/tree/master/htdocs/samples) You can run these samples as: ``` $ cd c3/htdocs $ python -m SimpleHTTPServer 8080 ``` ## Forum Discuss anything in this forum: + [https://groups.google.com/forum/#!forum/c3js](https://groups.google.com/forum/#!forum/c3js) ## Playground Please fork this fiddle: + [http://jsfiddle.net/masayuki0812/7kYJu/](http://jsfiddle.net/masayuki0812/7kYJu/) ## License MIT