Sending Image Uploaded to the Direct Server - HIGHCHARTS

0

I am using an API called highcharts, in it I generate graphics and I can download images of it in png, I would like to know if there is a way to make when I download this image that same image is in a folder on the server

    
asked by anonymous 17.10.2017 / 17:19

1 answer

1

use this lib - highcharts-phantomjs

By using [PhantomJS][1] you can generate your graph from a [json][1] file using simple command lines like:

-infile -outfile . Where infile is the json file and out file is the name of the png file and the path it will save to the server.

    
30.01.2018 / 15:03