How do you convert Chartkick (using google charts) graphs to image at server side in rails 4 app?
Asked
Active
Viewed 1,063 times
1 Answers
0
This post might answer your question: https://stackoverflow.com/a/22027847/2016383
It suggests to render a chart and save it to an image by using PhantomJS and its Screen Capture ability.