Jump to content

graphing help


netfrugal

Recommended Posts

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

[!--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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.