ming-codes / ember-cli-d3

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

help with simple example? #72

Closed adhamhf closed 8 years ago

adhamhf commented 8 years ago

hi, I'm a d3 noob and need help just getting started. I want to get started just with a simple shape like a line or circle, I'm having trouble wrapping my head around that because of my lack of d3 experience.

ming-codes commented 8 years ago

Hi @adhamhf,

For people that just starting out with d3, I recommend the blockbuilder. It will let you clone other people's d3 code (what we call blocks), and having live coding set up for you to play with.

For books, I highly recommend d3 in action by Elijah Meek. The book covers good details and go over the main concepts of d3 pretty well.

Good luck!