daydreamer Posted December 26, 2008 Share Posted December 26, 2008 I want to make a graph to show statistics. The data will come from a mysql database and will change over time. Any one got any ideas of how I could do this? Quote Link to comment https://forums.phpfreaks.com/topic/138481-making-a-graph-with-php/ Share on other sites More sharing options...
gevans Posted December 26, 2008 Share Posted December 26, 2008 have you ever seen fuson charts they are great for that sort of thing, look amazing and have a lot of help for integrating php with it Quote Link to comment https://forums.phpfreaks.com/topic/138481-making-a-graph-with-php/#findComment-724033 Share on other sites More sharing options...
Mark Baker Posted December 26, 2008 Share Posted December 26, 2008 I want to make a graph to show statistics. Personally, I like jpgraph Quote Link to comment https://forums.phpfreaks.com/topic/138481-making-a-graph-with-php/#findComment-724034 Share on other sites More sharing options...
kenrbnsn Posted December 26, 2008 Share Posted December 26, 2008 There are many packages available for doing graphs. I've successfully used Google Charts and the Google Visualization API (see my example) to produce graphs. Ken Quote Link to comment https://forums.phpfreaks.com/topic/138481-making-a-graph-with-php/#findComment-724035 Share on other sites More sharing options...
LemonInflux Posted December 26, 2008 Share Posted December 26, 2008 Google's visualization API is very good. There is a PHP class-based method of using it here. Quote Link to comment https://forums.phpfreaks.com/topic/138481-making-a-graph-with-php/#findComment-724039 Share on other sites More sharing options...
daydreamer Posted December 26, 2008 Author Share Posted December 26, 2008 thanks for your suggestions, plenty of resources to make graphs then! Quote Link to comment https://forums.phpfreaks.com/topic/138481-making-a-graph-with-php/#findComment-724051 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.