如何解决 "mixed active content" highcharts 导出错误?
How can I get around "mixed active content" highcharts exporting error?
由于 "mixed active content" 错误,您似乎无法使用 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/
有什么方法可以让 Exporting 与 https 页面一起使用吗?
导出 URL 默认为 'http://export.highcharts.com'
。您可以手动将其设置为对同一地址使用 https。
在代码中 (updated JSFiddle):
exporting: {
url: 'https://export.highcharts.com'
}
由于 "mixed active content" 错误,您似乎无法使用 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/
有什么方法可以让 Exporting 与 https 页面一起使用吗?
导出 URL 默认为 'http://export.highcharts.com'
。您可以手动将其设置为对同一地址使用 https。
在代码中 (updated JSFiddle):
exporting: {
url: 'https://export.highcharts.com'
}