I'm sorry, but ATL visualization does not support titles (neither for axis nor for the entire chart).
You can label each series (and have it shown at the top of the chart) - the initial example in the playground<http://code.google.com/apis/ajax/playground/?type=visualization#annotated_time_line>uses this option. On Tue, Mar 1, 2011 at 9:51 AM, [email protected] < [email protected]> wrote: > Hi , > > I am unable to set X - axis and Y -axis labels for my Annotated Time > Line chart . > Please help , this is my code : > > var chart = new > > google.visualization.AnnotatedTimeLine(document.getElementById('chart_div')); > chart.draw(PurchasesData, {width: 400, height: 240, is3D: true, > title:'Company Performance', titleY: 'Dollars (Millions)'}); > > > Please help , thanks . > > -- > 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. > > -- 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.
