ember-dc-shim

ember-cli shim for dc.js


Keywords
ember-addon, crossfilter, d3js, dcjs
License
MIT
Install
npm install ember-dc-shim@0.1.1

Documentation

ember-dc-shim

NOTE

Now that it is possible to easily import packages from node_modules thanks to ember-auto-import this package should no longer be necessary.

Description

Shim for making dc.js, d3.js, crossfilter, and d3-tip available in your ember apps as es6 modules

Installation

ember install ember-dc-shim

Usage

import d3 from 'd3';
import crossfilter from 'crossfilter';
import dc from 'dc';

Contributing

Installation

  • git clone https://github.com/Jbcampbe/ember-dc-shim.git
  • cd ember-dc-shim
  • yarn

Linting

  • yarn lint:hbs
  • yarn lint:js
  • yarn lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.