javascript - Highcharts undefined in dynamic highcharts -


snap shot of code

i passing json data functions function live(data) , being called after every 2 seconds function data="".but getting chart var declared on line 217 undefined. appreciated:)

the this keyword refers chart inside load callback.

so change to:

var length = this.series.length;


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -