netfrugal Posted March 21, 2006 Share Posted March 21, 2006 I'm looking to create a bar graph in php that allows me to view when an event is occuring during the day or week. It is similar to what Microsoft Outlook calendar does. Basically, I want to see a horizonal bar from a start time to an end time during a day.Does anyone know of any tutorials that explain this?thanks Quote Link to comment Share on other sites More sharing options...
hitman6003 Posted March 21, 2006 Share Posted March 21, 2006 I would recommend the jpgraph library for this task. It is very easy to use and very powerful.[a href=\"http://www.aditus.nu/jpgraph/\" target=\"_blank\"]http://www.aditus.nu/jpgraph/[/a] Quote Link to comment Share on other sites More sharing options...
redbullmarky Posted March 21, 2006 Share Posted March 21, 2006 [!--quoteo(post=357111:date=Mar 21 2006, 10:11 PM:name=netfrugal)--][div class=\'quotetop\']QUOTE(netfrugal @ Mar 21 2006, 10:11 PM) [snapback]357111[/snapback][/div][div class=\'quotemain\'][!--quotec--]I'm looking to create a bar graph in php that allows me to view when an event is occuring during the day or week. It is similar to what Microsoft Outlook calendar does. Basically, I want to see a horizonal bar from a start time to an end time during a day.Does anyone know of any tutorials that explain this?thanks[/quote]as the blocks are all square, it'd probably be less hassle to actually use DIVs/tables to do this. it'd also use up much less bandwidth to output to the browser than an image. Quote Link to comment 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.