Customize the width and height of an exported chart

We can manipulate the width or height of the exported images. The --width, or -W, option is used to change the width; the --height, or -H, option is used for changing the height. During bulk export, you can override the height and width of all the charts using the following command:


    $ fe -c multiple_charts_config.json -W 800 -H 400

It doesn't work with direct SVG input.

Was this article helpful to you ?