actually my requirement is to save the charts as images and saved it in server while loading the page.. I'm using amcharts so is there any possible way to do this.. thanks in advance.
Asked
Active
Viewed 754 times
1 Answers
0
Since amcharts appears to use SVG to display the graph, you could try the technique in this answer (use a library called canvg to save to a canvas, then send the image data from the canvas to the server).