Highcharts导出时间停止使用angularjs导航到演示页面?

Highcharts导出时间停止使用angularjs导航到演示页面?,angularjs,highcharts,Angularjs,Highcharts,我使用的是HighCharts版本6.0.1。已在本地使用angularjs服务器设置Highcharts以导出图表。从图表右上角选择下载为png/jpeg/pdf时, 将显示Highcharts演示页面,并将我重定向到其他链接“” 请让我知道这可能是什么原因 我已经添加了这个2 js链接 <script src="https://code.highcharts.com/highcharts.js"></script> <script type="text/jav

我使用的是HighCharts版本6.0.1。已在本地使用angularjs服务器设置Highcharts以导出图表。从图表右上角选择下载为png/jpeg/pdf时, 将显示Highcharts演示页面,并将我重定向到其他链接“”

请让我知道这可能是什么原因

我已经添加了这个2 js链接

<script src="https://code.highcharts.com/highcharts.js"></script>
 <script type="text/javascript" src="https://code.highcharts.com/modules/exporting.js"></script>

尝试使用offline-exporting.js而不是exporting.js

<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/offline-exporting.js"></script>


我希望这能帮到你

谢谢你的帮助并重播