ember-nvd3-shim

A simple fastboot-compatible shim for nvd3 in Ember apps

Usage no npm install needed!

<script type="module">
  import emberNvd3Shim from 'https://cdn.skypack.dev/ember-nvd3-shim';
</script>

README

ember-nvd3-shim Build Status

Greenkeeper badge

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 repository
  • npm install
  • bower install

Running

  • ember server
  • Visit your app at http://localhost:4200.

Running Tests

  • npm test (Runs ember 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/.