Quite good looking graph derived from d3.js http://c3js.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.2 KiB

c3 [![Build Status](https://travis-ci.org/masayuki0812/c3.svg?branch=master)](https://travis-ci.org/masayuki0812/c3)
11 years ago
==
11 years ago
11 years ago
c3 is a D3-based reusable chart library that enables deeper integration of charts into web applications.
11 years ago
Follow the link for more information: [http://c3js.org](http://c3js.org/)
10 years ago
10 years ago
## Tutorial and Examples
10 years ago
+ [Getting Started](http://c3js.org/gettingstarted.html)
+ [Examples](http://c3js.org/examples.html)
10 years ago
10 years ago
Additional samples can be found in this repository:
10 years ago
+ [https://github.com/masayuki0812/c3/tree/master/htdocs/samples](https://github.com/masayuki0812/c3/tree/master/htdocs/samples)
You can run these samples as:
10 years ago
```
$ cd c3/htdocs
$ python -m SimpleHTTPServer 8080
```
## Forum
Discuss anything in this forum:
10 years ago
+ [https://groups.google.com/forum/#!forum/c3js](https://groups.google.com/forum/#!forum/c3js)
10 years ago
## Playground
Please fork this fiddle:
+ [http://jsfiddle.net/masayuki0812/7kYJu/](http://jsfiddle.net/masayuki0812/7kYJu/)
10 years ago
## License
MIT
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=masayuki0812&url=https://github.com/masayuki0812/c3&title=c3&language=javascript&tags=github&category=software)