I have a javascript application written using ember.js and I want to bind an array of the day containing various statistics to some charting mechanism. I experimented with highcharts with no luck. I was able to update it using the setInterval function, but I'm not sure how to include a highcharts object and an ember object for binding / computed properties.
I am just starting out with ember and I appreciate any help / pointers in the right direction.
source
share