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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

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