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.
 
 
 
 
Masayuki Tanaka ea05aad7b3 Merge branch 'master' of github.com:masayuki0812/c3 10 years ago
extensions/js Remove utils.js for c3ext (zoom reduction extension), rename js file for sample 10 years ago
htdocs Fix min/max for Gauge chart - #536 10 years ago
spec Introduce grunt 11 years ago
src Separate clip for chart and grid - #502 10 years ago
.gitignore fix for d3 require compatibility in component 10 years ago
.jshintrc Refactor config 10 years ago
.travis.yml Introduce grunt 11 years ago
Gruntfile.coffee Generate c3.min.css by grunt - #543 10 years ago
LICENSE Add LICENSE 11 years ago
README.md Use svg instead of png to get better image quality 10 years ago
bower.json Release 0.3.0 10 years ago
c3.css Change focus/defocus logic to use css class - #530 10 years ago
c3.js Separate clip for chart and grid - #502 10 years ago
c3.min.css Generate c3.min.css by grunt - #543 10 years ago
c3.min.js Separate clip for chart and grid - #502 10 years ago
c3.old.js Introduce new architecture 10 years ago
component.json mbostock taged with v3.4.4 not 3.4.4 10 years ago
package.json Generate c3.min.css by grunt - #543 10 years ago

README.md

c3 Build Status

c3 is a D3-based reusable chart library that enables deeper integration of charts into web applications.

More information is here: http://c3js.org

Tutorial and Examples

Another samples are included in this repository:

And you can run these samples as:

$ cd c3/htdocs
$ python -m SimpleHTTPServer 8080

Forum

Now you can ask anything in this forum:

Playground

Please fork this fiddle:

License

MIT