Several months ago I spent a good hour or two searching for a way to use the Google Chart API to create a Gantt chart. I couldn't find anything out there other than a few suggestions to use the horizontal bar chart. So I took those suggestions and went to work creating some PHP classes to generate Gantt charts using the Google Chart API. You can view the samples and download the PHP classes here:
http://www.jkjonesco.com/gantt-charts-using-googles-chart-api At the very least, you can right-click and view the image properties to see the URL that is generated to give you a good start on generating your own Gantt Charts. You can also download the PHP code that I provide on that page to generate Gantt charts using an XML file or an array as input. That makes it much easier to integrate into a project management or timeline system. The classes should be very easy to modify to suit your needs. Happy Coding! Jeremiah -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en.
