Live demo: http://glavin001.github.io/ember-nvd3/dist/
Alternatively take a look at Ember-C3 for your charting needs.
bower install --save ember-nvd3
<!-- NVD3 Styles -->
<link rel="stylesheet" href="bower_components/nvd3/nv.d3.min.css">
<!-- D3 Script -->
<script src="bower_components/d3/d3.min.js"></script>
<!-- NVD3 Script -->
<script src="bower_components/nvd3/nv.d3.min.js"></script>
<!-- Ember NVD3 Script -->
<script src="bower_components/ember-nvd3/build/ember-nvd3.js"></script>
- Live demos: http://glavin001.github.io/ember-nvd3/dist/
- Basic example,
line-with-focus-chart
component: http://jsbin.com/kawur/1/edit - Advanced Customization by overriding
customizeChart
method: http://jsbin.com/rareh/4/edit
After cloning repository, install library dependencies.
npm install
bower install
Then build with grunt
.
grunt serve
See CONTRIBUTING.md for more information.
Clone this JS Bin from http://jsbin.com/kawur/1/edit and submit it with your bug reports.
Uses grunt-jsdoc to create documentation. To create simple run
grunt docs