Lukela Posted January 15, 2008 Share Posted January 15, 2008 This is what I am trying to do: Im building this Stock Market feature for this game I am creating, although I am stuck on this ONE feature which can help me complete this game. I need to know how to draw a Line Graph with PHP!!!! This Linegraph will consist of Days on the X-axis and the new value of the stock on the Y-Axis. Im using a cron to update the information each day. Anyone know how to draw a Linegraph? Or knows any good sources? Quote Link to comment https://forums.phpfreaks.com/topic/86083-php-line-graph/ Share on other sites More sharing options...
ratcateme Posted January 15, 2008 Share Posted January 15, 2008 Have you looked at the GD library you could use the php imageline() function to create a graph Scott. Quote Link to comment https://forums.phpfreaks.com/topic/86083-php-line-graph/#findComment-439599 Share on other sites More sharing options...
KrisNz Posted January 15, 2008 Share Posted January 15, 2008 I highly recommend using jpGraph. Their documentation and examples will help you do whatever you want, its very easy to use. Quote Link to comment https://forums.phpfreaks.com/topic/86083-php-line-graph/#findComment-439662 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.