我已经按照在我的Highstock对象中添加导出的简单步骤进行了操作:
exporting: {
enabled: true
}
并且没有显示任何按钮。
我还在页面开头包含了这个:
<script src="http://code.highcharts.com/2.2.4/modules/exporting.js" rel="text/javascript"></script>
还有什么我需要做的吗? 谢谢
更新
<script src="http://code.highcharts.com/stock/1.2.5/modules/exporting.js" rel="text/javascript"></script>
<script src="http://code.highcharts.com/stock/1.2.5/highstock.js" type="text/javascript"></script>