Hi, there are several ways to achieve this.
1: Take a look here: http://code.google.com/apis/visualization/documentation/gadgetgallery.html There is a timeline gadget and a gantt gadget which looks similar to what you need. They are 3rd party, so I can guarantee anything though. 2: You can sort of hack this with Chart API bar charts: http://code.google.com/apis/chart/types.html#bar_charts You can use several data series with white color for the first one. Note that you can even wrap this in JS with the generic image chart. HTH, BugChart. -- You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api?hl=en.
