Hi,
At my company, we have been successfully running highcharts-export-server with Highcharts 5.0.7 for years. I am trying to upgrade to Highcharts 9.0.1. That specific version is required. When I swap out the highcharts.js file for the newer one, all charts get cutoff at 400 pixels wide, regardless of what I pass in for chart.width. As you can see from the screenshot, the image itself is the correct width, but the chart appears to be clipped.
We are running this code on the server: https://github.com/highcharts/highchart ... ree/master
I downloaded highcharts.js 9.0.1 from here: https://github.com/highcharts/highchart ... .1/modules
Any help would be appreciated.
Thanks!
P.S. I already fixed a problem with the tickWidth defaulting to 0 instead of 1.