I have configured highcharts export server successfully. The jpeg option has never worked but other options like png, pdf, svg works fine. Is there some additional configuration needed for jpeg export? I get this error
Timeout converting SVG, is your file this big, or maybe you have a syntax error in the javascript callback?
Also when the data size is too big then none option works. I have changed the default setting as below:
readTimeout = 60000; connectTimeout = 60000; maxTimeout = 65000; poolSize = 100; maxWait = 6000; retentionTime = 60000
What setting i have to change so that the export happens fine? Thanks for any suggestions.