score:0

open highcharts-convert.js file. there you have:

var config = {
        /* define locations of mandatory javascript files */
        highcharts: 'highstock.js',
        highcharts_more: 'highcharts-more.js',
        highcharts_data: 'data.js',
        jquery: 'jquery.1.9.1.min.js',
        timeout: 2000 /* 2 seconds timout for loading images */
    },

as you can see, there is timeout, set it higher and should work fine. for course that solution is suppose to work for phantomjs server.


Related Query

More Query from same tag