这是我的HTML
<div class="ibox-header">
<div id="pie-month-container" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
</div>
数据系列基于一个参数(日期范围)而变化。 有时范围为空,因为没有数据可显示
我已经尝试过了
var chart = $('#pie-month-container').highchart();
选择highchart并设置数据为空时的条件,但出现此错误
Uncaught TypeError: $(...).highchart is not a function
那么,我该如何解决呢?