[visualization-api] Re: Help with queried and/or hard-coded JSON data

2011-10-11 Thread Dinga Bogdan
Here is the source code made by me in Play Ground and it works. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd html xmlns=http://www.w3.org/1999/xhtml; head meta http-equiv=content-type content=text/html; charset=utf-8/ title

[visualization-api] Re: Help with queried and/or hard-coded JSON data

2011-10-11 Thread Dinga Bogdan
On the other hand, I will try to show you how do I use PHP/Json to query MySQL and parse it to Google API. So, the PHP must echo a json string, for this example I will show you how do I create a Table with users thru Google Api, must be the same for any graph type. PHP: //Make a function function

[visualization-api] compare series in Annotated Time Line - like google finance

2011-10-11 Thread Marco Megna
i want to do the same things that google finance do. i have two series in a annotated time line graph, and i want to compare them. I wanna rescale the two series to 0% at the start date selected, and compare the performance from that date. when i change the zoom on the date range selector, i

[visualization-api] tree table

2011-10-11 Thread Marco Megna
is possible do something like that http://plugins.jquery.com/project/treeTable on a table? i mean, imagine a table like this: var data = new google.visualization.DataTable(); data.addColumn('string', 'Name'); data.addColumn('number', 'Salary');

[visualization-api] Re: Help with queried and/or hard-coded JSON data

2011-10-11 Thread asgallant
You are missing the chart.draw() call at the end of the drawVisualization function: chart.draw(data, options object); What problems were you having with querying MySQL? -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this

Re: [visualization-api] zoomLevel for Map Visualization Api

2011-10-11 Thread Jinji
Sorry, but no news about this. This may be a problem with the Maps API (which the Map visualization is using under the hood). You might want to try the Maps API directly and see if it reproduces there. On Tue, Oct 4, 2011 at 10:58 PM, Lbrooks ashok...@gmail.com wrote: I am using the

Re: [visualization-api] Can't get GeoChart to render metro-level data

2011-10-11 Thread Buddy Brewer
Thanks for the heads up. Could you give me an idea when a fixed RC will be available? I need to provide guidance to my client as to whether we should sit tight vs. choose an alternate library for geo charts. Thanks! Buddy On Sunday, October 9, 2011 at 7:47 PM, ChartALot wrote: Thank you

Re: [visualization-api] Firefox (7.0.1) chart.draw() over SSL not supported?

2011-10-11 Thread Jinji
I see. The problem is that I know very little about these issues. It might be due to the fact that you create an iframe, but I'm not sure. Also, this is working for Chrome, so it might be a Firefox bug. You might want to open a bug for them... Sorry for not being able to be more helpful. On Tue,

Re: [visualization-api] Can't get GeoChart to render metro-level data

2011-10-11 Thread Jinji
Does it work now for version '1.1'? On Tue, Oct 11, 2011 at 7:06 PM, Buddy Brewer bu...@buddybrewer.com wrote: Thanks for the heads up. Could you give me an idea when a fixed RC will be available? I need to provide guidance to my client as to whether we should sit tight vs. choose an

[visualization-api] Hyperlinks with Array Tables

2011-10-11 Thread Tday
I'd like to turn data entries inside my table into hyperlinks. This is all part of a dashboard for displaying data. The table below is similar to what I have/want. var data = google.visualization.arrayToDataTable([ ['Col A Hyper', 'Col B'], ['Link A',12], ['Link B', 62] ]); I tried

Re: [visualization-api] Can't get GeoChart to render metro-level data

2011-10-11 Thread Buddy Brewer
Yep, it works for me in when I load version 1.1. Thank you! Buddy On Tuesday, October 11, 2011 at 10:51 AM, Jinji wrote: Does it work now for version '1.1'? On Tue, Oct 11, 2011 at 7:06 PM, Buddy Brewer bu...@buddybrewer.com (mailto:bu...@buddybrewer.com) wrote: Thanks for the heads

[visualization-api] i have a problem with google chart api

2011-10-11 Thread Nam Nguyen
I am working on project relate to google chart api,everybody in group can show me how to highlights labels with conditional,thanks a lot. ex:i have data of 3 months +in October:0 +in November:36 +in December:0 i want highlights all label with value 0 -- You received this message because you are

[visualization-api] Google chart customization - symbol(s) compare field

2011-10-11 Thread Jchou
How to add a symbol(s) compare field on the top of Trend chart (time line version) like Google Finance? And is it possible to add different symbol(s) from my own states in Google docs? Thank you. -- You received this message because you are subscribed to the Google Groups Google Visualization