ming-codes / ember-cli-d3

An ember-cli addon to provide D3 integration into Ember app.
MIT License
43 stars 18 forks source link

Write the Guides #39

Open ming-codes opened 8 years ago

ming-codes commented 8 years ago
ggstuart commented 8 years ago

I'm no expert in ember, nor am I an expert in D3. I had to dig around in the source before I understood how to plumb everything together. It wasn't so hard but quite daunting to have so little documentation.

It would be great to have some very basic examples. Perhaps taken from the D3 gallery recreating simple D3 patterns. The example app seems extremely advanced and doesn't match the documentation at all. For example there is no mention in the documentation of GraphicSupport or where to find it, how to import it etc.