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 Link to comment https://forums.phpfreaks.com/topic/5449-graphing-help/ 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] Link to comment https://forums.phpfreaks.com/topic/5449-graphing-help/#findComment-19492 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. Link to comment https://forums.phpfreaks.com/topic/5449-graphing-help/#findComment-19497 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.