cebor/angular-highcharts

Cannot read property 'showLoading' of undefined

SealinGp opened this issue · 0 comments

appid-total-inuse-chart.component.html

  <highcharts-chart
    class="appid-used-rate"
    style="display: block;"
    [Highcharts]="HighchartsInstance"
    constructorType="chart"
    [options]="poolUsedRateChartOptions"  
    [callbackFunction]="poolUsedCallback"
  ></highcharts-chart>

appid-total-inuse-chart.component.ts
image

console log:
image