Now that it is possible to easily import packages from node_modules thanks to ember-auto-import this package should no longer be necessary.
Shim for making dc.js, d3.js, crossfilter, and d3-tip available in your ember apps as es6 modules
ember install ember-dc-shim
import d3 from 'd3';
import crossfilter from 'crossfilter';
import dc from 'dc';
git clone https://github.com/Jbcampbe/ember-dc-shim.git
cd ember-dc-shim
yarn
yarn lint:hbs
yarn lint:js
yarn lint:js -- --fix
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
– Runs the test suite against multiple Ember versions
ember serve
- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.