I want to create server sided images from my charts in order to build reports. The creation of and saving of the images works fine, but i want to state different values of "width" of the images. My attempts to do this were unfortunately not successful. I have changed the value of "width" and "scale" but nothing has changed. There is always the same width of the created image.
My $command is:
chartExport/phantomjs/bin/phantomjs chartExport/js/highcharts-convert.js -infile chartExport/js/tmp/test.json -outfile chartExport/js/tmp/test.png -width 1000 -scale 1 -constr Chart
How can I change the measurements of the images?