cebor / angular-highcharts

Highcharts directive for Angular
MIT License
215 stars 64 forks source link

Cannot read property 'showLoading' of undefined #375

Closed SealinGp closed 3 years ago

SealinGp commented 3 years ago

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