Hi

I'm trying to display an Orgchart creating DataTable with servlet and
visualization java API

if I build my DataTable  with the function

addRowFromValues(val1,val2);

everything works fine (the Orgchart on the web page is displayed in
the correct way)

but if I want use formatted values using

TableCell cell1 = new TableCell(val1);
TableCell cell2 = new TableCell(val2);

cell1.setFormattedValue("formatted value 1");
cell2.setFormattedValue("formatted value 2");

the Orgchart is not displayed correctly.

Any suggestions ?

Thanks
Daniele

--

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.


Reply via email to