I have a javascript application written with ember.js and am looking to bind an array of day containing various stats to some charting mechanism. I have been experimenting with highcharts with no luck. I have managed to get it to update through the setInterval function, but am unsure of how to incorporate a highcharts object and an ember object to allow for bindings/computed properties.
I am just beginning with ember, and I appreciate any help/ pointers in the right direction.
There is a JSFiddle around which illustrates how to use Highcharts with Ember.js, see http://jsfiddle.net/Bt2xy/12/.
EDIT: I found the corresponding thread http://highslide.com/forum/viewtopic.php?f=9&t=15397, so the credits of the JSFiddle go to user @mbloem and @hfrntt (Slawek Kolodziej).