【发布时间】:2021-10-09 01:01:51
【问题描述】:
我在强制 highcharts 离线导出时遇到了问题。我添加了 offline-exporting.js 模块以及导出模块。我已将 fallbackToExportServer 设置为 false,但我仍然转到 highcharts 服务器 (https://export.highcharts.com/) 并收到此错误:13 Request Entity Too Large。
<script src="//code.highcharts.com/highcharts.js"></script>
<script src="//code.highcharts.com/modules/data.js"></script>
<script src="//code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/offline-exporting.js"></script>
exporting: {
filename: title,
fallbackToExportServer: false,
要查看问题,请转至:https://www.nrel.gov/transportation/drive-cycle-tool/
在 Drive Cycles 表中,搜索“Fleet DNA”。 点击“Fleet DNA Drayage Maximum Energy*” 向上滚动并单击图表下方的“下载行驶周期数据或图像”。 选择“下载JPEG图像”
一些数据集工作正常。
【问题讨论】:
标签: highcharts