1.3.0 • Published 7 years ago
ember-dc-shim v1.3.0
ember-dc-shim 
Shim for making dc.js, d3.js, crossfilter, and d3-tip available in your ember apps as es6 modules
Installation
ember install ember-dc-shimUsage
import d3 from 'd3';
import crossfilter from 'crossfilter';
import dc from 'dc';Contributing
Installation
git clone https://github.com/Jbcampbe/ember-dc-shim.gitcd ember-dc-shimyarn
Linting
yarn lint:hbsyarn lint:jsyarn lint:js -- --fix
Running tests
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
Running the dummy application
ember serve- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.
License
This project is licensed under the MIT License.