You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`--type`: The type of the exported file. Valid options are `jpg png pdf svg`.
73
73
*`--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.
74
74
*`--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`.
76
76
*`--callback`: File containing JavaScript to call in the constructor of Highcharts.
0 commit comments