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
Post a Comment