2

由于“混合活动内容”错误,您似乎无法使用 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/

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

有什么方法可以让导出与 https 页面一起工作?

4

1 回答 1

3

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

在代码中(更新的 JSFiddle):

exporting: {
    url: 'https://export.highcharts.com'
}
于 2016-02-21T16:27:33.413 回答