Hi I tried to set up an example: http://tiny.cc/orgchart
Thanks Daniele On Dec 6, 11:32 am, VizGuy <[email protected]> wrote: > In general, formatted values are supported, as can be seen in the example > athttp://code.google.com/apis/visualization/documentation/gallery/orgch... > > I am not sure what is the problem you describe. > Please add code snippets and / or example pages and more details of the > problem. > > Regards, > VizGuy > > > > On Fri, Dec 4, 2009 at 4:10 PM, Daniele <[email protected]> wrote: > > 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]<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.
