Hi GViz Experts!I had no issue with my angularjs Gviz chart when it was DataTable(), but when I try to make an Annotated Time Line chart, it ALWAYS has height=4, width=1386, no matter what I explicitly set it to.I even tried cut-and-paste the example code found here: http://code.google.com/apis/ajax/playground/?type=visualization#annotated_time_line_configurationand it still has height=4.Can someone tell me how I can change the height?I have tried (with no luck):var options = { 'width': 600, 'height': 400, };var options = { 'chartArea': { 'width': '100%' },
};var options = { 'chartArea': { 'width': '600' },
};
Thank you!Loretta :o)