Skip to content

Commit adea595

Browse files
committed
Added maps constructor note. Closes #128
1 parent ad32634 commit adea595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ln -s `which nodejs` /usr/bin/node
7272
* `--type`: The type of the exported file. Valid options are `jpg png pdf svg`.
7373
* `--scale`: The scale of the chart. Use it to improve resolution in PNG and JPG, for example setting scale to 2 on a 600px chart will result in a 1200px output.
7474
* `--width`: Scale the chart to fit the width supplied - overrides `--scale`.
75-
* `--constr`: The constructor to use. Either `Chart` or `StockChart`.
75+
* `--constr`: The constructor to use. Either `Chart`, `MapChart` (requires that the server was installed with maps support), or `StockChart`.
7676
* `--callback`: File containing JavaScript to call in the constructor of Highcharts.
7777
* `--resources`: Stringified JSON.
7878
* `--batch "input.json=output.png;input2.json=output2.png;.."`: Batch convert

0 commit comments

Comments
 (0)