We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a051ed2 commit 85febb7Copy full SHA for 85febb7
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# 2.0.16
2
-
+
3
* Added support for bullet charts
4
* Added support for Gantt charts
5
* Added configuration option for chart generation timeout (`--timeoutThreshold`)
6
* Gracefull failing of 404 map collections now working properly
7
+ * Increased max configuration size from 5MB to 50MB
8
* Updated express version
9
* Updated docs
10
package.json
@@ -5,7 +5,7 @@
"url": "https://github.com/highcharts/node-export-server",
"type": "git"
},
- "version": "2.0.15",
+ "version": "2.0.16",
"bin": {
"highcharts-export-server": "./bin/cli.js"
11
0 commit comments