I am using Highcharts and React for a project and need to support server side rendering for the SVG generated. Could someone suggest a way of doing it so that I get a static rendered page with images as png/jpg? The browser to be used for viewing rendered content does not support svg.
Thanks.
Found the solution. Highcharts has a ready solution for doing just what I was looking for. Its a node/express server for getting png response from the highcharts configuration json using PhantomJS. https://www.highcharts.com/docs/export-module/setting-up-the-server