Is there a solution for rendering google charts server-side using Node.js? I'd like to generate the charts on the server and embed them into my server-side Handlebars templates.
So far I'm looking at PhantomJS-Google-Charts and trying to figure out if I can run it from within Node app.
Please let me know if there are any other options.
Thanks!
Donnie