Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ember with D3 for Data Visualization

Ember with D3 for Data Visualization

heyjin kim

June 21, 2014
Tweet

More Decks by heyjin kim

Other Decks in Technology

Transcript

  1. • Ember Component • Separate Concerns • Data Bindings &

    Observers • Ember Inspector • Productivity Why Ember?
  2. • Ember Component • Separate Concerns • Data Bindings &

    Observers • Ember Inspector • Productivity Why Ember?
  3. Ember Component {{donut-chart content=content width=255 height=255}} {{donut-chart content=content_1 width=22 height=22}}

    {{bar-chart content=content}} {{donut-chart content=content_2 width=22 height=22}} {{donut-chart content=content_3 width=22 height=22}} {{donut-chart content=content_4 width=22 height=22}} {{donut-chart content=content_5 width=22 height=22}}
  4. Template
 ! rendering DOM Separate Concerns DATA! ! [82, 79,

    143, 191] Ember Component
 
 handling DATA
 updating DOM
 ! 
 
 CSS 0 50 100 150 200 April May June July D3 code scales & domains