是否可以在股票图表中使用离线导出?

问题描述

或者还有另一种不使用 highcharts 服务器的客户端导出选项。

解决方法

是的,导出和离线导出也适用于 Highstock。示例:

Highcharts.stockChart('container',{
    exporting: {
        fallbackToExportServer: false
    },...
});

现场演示: http://jsfiddle.net/BlackLabel/7j50fwtd/

文档: https://www.highcharts.com/docs/export-module/client-side-export

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...