Integration of snap charts

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.

+3
source share
2 answers

There is a JSFiddle that shows how to use Highcharts with Ember.js, see http://jsfiddle.net/Bt2xy/12/ .

EDIT: http://highslide.com/forum/viewtopic.php?f=9&t=15397, JSFiddle @mbloem @hfrntt (Slawek Kolodziej).

+6

, Ember rc6 Highcharts 2: http://jsfiddle.net/qmmvx/2/

Highcharts 3 ( ), .

:

http://code.highcharts.com/2.2.4/highcharts.js
+3

All Articles