README
ember-nvd3-shim 
A simple shim for NVD3.js, that exposes the library as an es6 module
Installation
Please install this addon into your Ember.js project using ember-cli
ember install ember-nvd3-shim
and then you can import nvd3 as an ES6 module
import nvd3 from 'nvd3'
Contributing
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.