Ember CLI addon to use highcharts as components in an ember app.
This addon is currently UNSTABLE and not intended for production use. Forks the code from https://github.com/ahmadsoe/ember-highcharts and is intended to be a bit more ember-cli friendly. I experienced issues with ember-highcharts when trying to do some more advanced chart manipulation, so this addon is a personal project (and my first ember-cli addon) to resolve these inconsistencies.
Again, this addon is UNSTABLE and is in a pre-release 0.0.1 phase. Do not use it.
This README outlines the details of collaborating on this Ember addon.
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.