On Dec 13, 10:05 am, Jinji <[email protected]> wrote: > Have you tried using the DataTable.addRow(TableRow) interface, and pass it a > TableRow that is constructed from TableCells that, in turn, can be constructed > from XXXValue.getNullValue()?
There's good news and there's bad news. The good news is that your approach seems to work fine. The bad news is that I spent the day on a workaround that is now not necessary. The latter is nobody's fault but my own! I guess I missed those static factory methods when I was looking through the API. I would have expected to be able to "skip" cells rather than explicitly making null fields, since that's how the Javascript API seems to work: you make only the values you want and the rest are inferred to be null. This is my own misunderstanding, though, and probably not worth adding yet another layer of convenience methods. -- 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.
