ember-nvd3-shim
v0.2.2
Published
A simple fastboot-compatible shim for nvd3 in Ember apps
Downloads
91
Maintainers
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 clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.