我使用的是使用骨干框架的Highcharts。我在div
中有template.html
,并在someview.ts
文件中加载图表。我的代码如下所示:View.ts
:通过初始化函数
renderChart()
{
var mychartoptions: Highchartoptions{ chart: {type:'bar', renderTo:'ColumnChart'} }
}
template.html:
但是在刷新页面一段时间后,我收到TypeError#13。请给我正确的方法,我的代码会出错。