0.0.30 • Published 8 years ago

ember-d3-components v0.0.30

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Ember D3 Components

Build Status

This addon provides EmberJS components for visualizing data with d3.js.

See it in action: http://bryanhunt.github.io/#/d3components

There are examples in the dummy app that show how to use the components.

The util API seems to be much more consistent now, so I don't see it changing much. I'll try to solidify the component API next. I hope that future changes will simply be adding functionality. All of the objects in util now have significant unit tests.

Things that seem to be working:

  • Scales
  • Axis
  • Grid
  • Text
  • Line
  • Arc
  • Area
  • Bar
  • Circle
  • Pie Layout
  • Stack Layout

If you need to create charts, I would recommend checking out: https://github.com/BryanHunt/ember-d3-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-components

Contributing

  • git clone this repository
  • npm install
  • bower install

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/.

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.26

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago