Re: [visualization-api] Re: Tyro GeoChart questions (also googleVis)

2014-08-07 Thread Bryan Maloney
googleVis is part of the R package. Pour in data, execute command, geochart pours out. However, I can manually add your code to that output. It worked like a charm. Thank you. On Wed, Aug 6, 2014 at 6:01 PM, Andrew Gallant agall...@google.com wrote: The javascript I used in the fiddle is:

Re: [visualization-api] Re: Tyro GeoChart questions (also googleVis)

2014-08-06 Thread Bryan Maloney
The jsfiddle link came up with nothing but 500 internal server error over and over again. On Tue, Aug 5, 2014 at 6:48 PM, Andrew Gallant agall...@google.com wrote: The GeoCharts don't support custom tooltips yet, so the range of what you can do is a bit limited. If you want to get rid of the

Re: [visualization-api] Re: Tyro GeoChart questions (also googleVis)

2014-08-06 Thread Bryan Maloney
Since the jsfiddle link fails, what did you do and how does it work? I am not a javascript programmer. As I stated initially, I use the googleVis package to generate the geocharts. How do I pass this through googleVis? -- You received this message because you are subscribed to the Google Groups

Re: [visualization-api] Re: Tyro GeoChart questions (also googleVis)

2014-08-06 Thread Andrew Gallant
The javascript I used in the fiddle is: function drawChartGeoChartID1590742f148() { var data = gvisDataGeoChartID1590742f148(); var options = {}; options[width] = 1200; options[height] =900; options[projection] = lambert; options[region] = US; options[resolution]

Re: [visualization-api] Re: Tyro GeoChart questions (also googleVis)

2014-08-05 Thread 'Jon Orwant' via Google Visualization API
Bryan, I recommend taking your chart code and putting it up on jsfiddle.net. If it works there, then your issue is with Blogger. If it doesn't work there, then your issue is with Google Charts. If it seems like buck passing, that's because the kind volunteers who are helping you, for free, are