如何解决“混合活动内容”highcharts 导出错误?

2023-12-31

由于“混合活动内容”错误,您似乎无法使用 https 导出。

Blocked loading mixed active content "http://export.highcharts.com/"

您可以通过查看 Highmaps 演示之一来发现此问题:

这个(http)有效:http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/maps/demo/distribution/ http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/maps/demo/distribution/

这个(https)不会:https://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/maps/demo/distribution/ https://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/maps/demo/distribution/

有什么方法可以让导出与 https 页面一起使用吗?


导出 URL 默认为'http://export.highcharts.com'。您可以手动将其设置为对同一地址使用 https。

在代码中(更新了 JSFiddle https://jsfiddle.net/48p2e64m/):

exporting: {
    url: 'https://export.highcharts.com'
}
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

如何解决“混合活动内容”highcharts 导出错误? 的相关文章

随机推荐