Have you tried using GWT's hosted mode with a Java debugger (say, using Eclipse) to set breakpoints and make sure that your logic is running as expected?
On Jan 8, 6:01 am, VizGuy <[email protected]> wrote: > Could you send some code snippet? > This might be very helpful in order to recreate the problem. > > Regards, > VizGuy > > On Thu, Jan 8, 2009 at 3:33 AM, ped <[email protected]>wrote: > > > > > I am using the GWT wrappers to access the visualization API. I'm > > creating a PieChart that I add 10 rows to - but I only see 5 rows > > displayed. I set the row count to 10 and add 2 rows. Then in a loop, I > > add 4 rows each time thru a loop which processes a list of objects. In > > my test case, there are 2 objects in the list. > > When the chart displays, I see the first 2 rows I added outside of the > > loop, and the first 3 rows from the first time in the loop. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
