I can't make Highcharts phantomJs export server work
问题 Big thanks in advance. I want to set up a phantomjs Highcharts export server. It should accept json options as input and output jpeg image files. Here is what I do: I download server side js code from this repo: https://github.com/highslide-software/highcharts.com/tree/master/exporting-server/phantomjs I download phantomjs 1.6.0 run phantomjs highcharts-convert.js -host 127.0.0.1 -port 3001 Then I tried to use client code in this site: http://export.highcharts.com/demo to send request. I