This addon provides EmberJS components for charting data with d3.js.
See it in action: http://bryanhunt.github.io/#/d3charts
This project is very much in the experimental phase and the API is in flux.
Use with caution.
Things that seem to be working:
- Line Charts
- Bar Charts
- Area Charts
- Bubble Charts
- Pie Charts
- Stacked Area Charts
- Stacked Bar Charts
If you have questions, you can generally find me on Slack in the EmberJS Community.
This is a fairly significant undertaking and I would welcome additional contributors.
- ember install ember-d3-charts
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.