Bind Data to D3 Charts using Ember.js
When I started with Ember.js lately I fell in love with its data binding quickly. Tinkering with some ideas here and there I wanted to display numerical values within a line chart. After a short research I decided to use the mighty D3 (Data Driven Documents) library for creating an SVG-based chart.
Merging two different programming frameworks is usually not the easiest task. Thankfully Ember.js provides a relatively easy API for doing such things.