I guess you're using the DataTable<http://gwt-google-apis.googlecode.com/svn/javadoc/visualization/1.1/com/google/gwt/visualization/client/DataTable.html>class in the GWT library. So just don't call setCell/setValue for that specific cell.
On Mon, Dec 6, 2010 at 8:46 PM, Paul Gestwicki <[email protected]>wrote: > I know that when using annotated timelines in Javascript, I can leave > cells empty and the graph will nicely interpolate between existing > data points. How can I create such "empty" cells using the Java API? I > do not see how I can add "holes" when using TableRow and addCell. > > -- > 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]<google-visualization-api%[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.
