[visualization-api] Request help with SimpleViz Sample code, .loadVisualizationApi don't call runnable object

2011-03-08 Thread Ferdinand Ng
Dear All Experts, I am new to GWT and Visualization wrapper, I try out the example SimpleViz.java shown in the GWT web. Unfortunately I can't get the sample works, .. public class SimpleViz implements EntryPoint { public void onModuleLoad() { // Create a callback to be called when the

[visualization-api] Re: timeline numberFormats %

2011-03-08 Thread asgallant
If you're looking to format the numbers in the tooltips, you can use this: formatter = new google.visualization.NumberFormat({suffix: '%'}); formatter.format(dataTable, columnIndex); On Mar 1, 1:39 pm, linojon lino...@gmail.com wrote: hi, one of my series has values in percents (0 to 100). I'd

[visualization-api] Re: Drag and Drop chart disappears

2011-03-08 Thread Mike
I've run into similar issues with drag and drop. Have you looked into using ajax to redraw the chart anytime it's moved? This way you don't have to reload the whole page and it only reloads the ones it needs. We use the same layout you described to display charts and allow users to move them

Re: [visualization-api] Re: timeline numberFormats %

2011-03-08 Thread Jonathan Linowes
thanks, but I dont think so. I'm referring specifically to the Annotated Timeline chart's numberFormat: option. On Mar 8, 2011, at 1:53 PM, asgallant wrote: If you're looking to format the numbers in the tooltips, you can use this: formatter = new

Re: [visualization-api] Request help with SimpleViz Sample code, .loadVisualizationApi don't call runnable object

2011-03-08 Thread Eric Ayers
I assume this isn't verbatim because Window.alert() is capitalized. Did you look at the Chrome/Safari Inspector or Firebug to see if there are any JavaScript exceptions happening? Did you try debugging this in GWT DevMode and setting a break point in you run() callback? On Tue, Mar 8, 2011 at

[visualization-api] HTML5 Version of GeoMap?

2011-03-08 Thread Dan Leveille
Does Google offer an HTML5 version (rather than Flash) of GeoMap? If not, is there an alternative? -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To post to this group, send email to google-visualization-api@googlegroups.com. To