Ember component library for C3, a D3-based reusable chart library.
Live Demo: http://glavin001.github.io/ember-c3/dist/
Alternatively take a look at Ember-NVD3 for your charting needs.
bower install --save ember-c3
Include C3 and the library's script in your application:
<link rel="stylesheet" href="bower_components/c3/c3.css">
<script src="bower_components/c3/c3.min.js"></script>
<script src="bower_components/ember-c3/build/lib.js"></script>
Where model
is your C3 data:
See http://c3js.org/examples.html for examples of how to use C3.
After cloning repository, install library dependencies.
npm install
bower install
Then build with grunt
.
grunt serve