kevinkhill / lavacharts

Lavacharts is a graphing / charting library for PHP 5.4+ that wraps Google's Javascript Chart API.
http://lavacharts.com
Other
621 stars 142 forks source link

How to create server side graph(i.e graph image) #234

Closed Dinesh-Wasnik closed 6 years ago

Dinesh-Wasnik commented 6 years ago

How to create graph image on server side.

kevinkhill commented 6 years ago

Since Google Charts is a front-end library, not easily.

I've had success with PhantomJs & NightmareJs, but it takes some effort.

You can browse around the Javascript source and see how I was able to do it.

(I don't have time for detailed support, I'm sorry. Try playing around with it. It does work.)