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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

asp.net - Configuring WCF Services in Code WCF 4.5 -