Skip to content

EmberJS components for creating d3 charts

License

Notifications You must be signed in to change notification settings

BryanHunt/ember-d3-charts

Repository files navigation

Ember-d3-charts

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.

Installation

  • ember install ember-d3-charts

Contributing

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

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

About

EmberJS components for creating d3 charts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published