javascript - Getting error #13 in highcharts -


i using highcharts using backbone framework. have div in template.html, , loading chart in someview.ts file. code looks following, view.ts: loading below function through ajax call inside initialize function

renderchart() {      var mychartoptions: highchartoptions{ chart: {type:'bar', renderto:'columnchart'} }  } 

template.html:

but getting typeerror#13, after time when refreshes page. please give me correct approach, wrong in code.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -