Re: [visualization-api] Graph loading with old height width when it is Maximised !!!!

2012-04-10 Thread shub
On myPage.php page the chart is drawn. I just display this page into the iframe? On Thursday, 5 April 2012 22:32:20 UTC+5:30, asgallant wrote: What does myPage.php render for HTML/javascript? On Thursday, April 5, 2012 9:19:46 AM UTC-4, shub wrote: Hey Mc Get Vizzy, Heres my

Re: [visualization-api] Geocharts Lat/Lon Boundaries?

2012-04-10 Thread Jinji
I'm afraid that's not supported, sorry. On Mon, Apr 9, 2012 at 11:56 PM, NajaS m.smith3...@gmail.com wrote: Is it possible to define the lat/lon boundaries for Geocharts or can you only adjust the map boundaries by using the region option only? I have some data I want to display which is only

Re: [visualization-api] Table Visualization - Why does it not use th?

2012-04-10 Thread Jinji
I can't really say anything about why, because I don't know, but we'll consider changing it. Thanks. On Tue, Apr 10, 2012 at 1:21 AM, Michael N fox...@gmail.com wrote: Hey I was curious, why does the Table Vis not use thead and th as the tags for the sortable table headers? It's certainly not

Re: [visualization-api] I have a question.

2012-04-10 Thread Jinji
I'm sorry, but I can't understand your question. Can you rephrase? BTW, it might be that this pagehttps://developers.google.com/chart/interactive/docs/customizing_axes#Discrete_vs_Continuousis relevant for you. On Tue, Apr 10, 2012 at 6:28 AM, 214120...@qq.com 214120...@qq.com wrote: I user

Re: [visualization-api] Google Visualization Chart hides when sorting jquery Portlets

2012-04-10 Thread Jinji
I'm afraid I can't understand the problem. Can you send a (simple as possible) example page that reproduces the problem? On Tue, Apr 10, 2012 at 8:35 AM, Ram ram...@gmail.com wrote: I used Google visualization Bar Chart, Pie chart and Table inside Jquery portlets(

Re: [visualization-api] Google Visualization Chart hides when sorting jquery Portlets

2012-04-10 Thread Ram
I have Jquery portlets like http://jqueryui.com/demos/sortable/portlets.html. Inside each portlet I have bar chart. Here dummy content is loaded.so sorting the portlets works fine. But if add chart, the chart hides when dragging operation stops. *My portlet with Chart:* * *

Re: [visualization-api] Graph loading with old height width when it is Maximised !!!!

2012-04-10 Thread Jinji
Please understand that the Google Visualization API is a Javascript API and any looking-into we can do is for JS code. Please provide a (simple as possible) HTML/JS example page (no PHP please) that reproduces the problem. On Tue, Apr 10, 2012 at 10:24 AM, shub nishaa...@gmail.com wrote: On

[visualization-api] Re: Css issue in the Graphs

2012-04-10 Thread savith
can any one please help me with this? On Monday, April 9, 2012 11:25:31 PM UTC+5:30, asgallant wrote: I'm not sure there is anything that can be done about this at all. IE 9 uses VML for the charts, which is rather broken and buggy, particularly where text is concerned. On Monday,

[visualization-api] Geochart Data for UK Counties

2012-04-10 Thread Dale.Dev
Hi, I was wondering if anyone is aware of a method to set UK counties as selectable regions on a geochart, or am I correct in assuming that google simply do not provide this functionality as of yet? If this is correct, would anyone be kind enough to sugest a viable solution to acheive a similar

Subject: [visualization-api] Localize No Data Available in annotatedtimeline

2012-04-10 Thread krupesh shah
Hello sir, I have use annotatedtimetime in MVC3. Dynamically data display in annotatedtimeline through JSON + Jquery. No data display error found during report open IE8. But during debug FireFox display proper. I have use below code. head meta http-equiv=Content-Type content=text/html;

[visualization-api] Populating Data Using Server-Side Code

2012-04-10 Thread David Harden
Hello, I have copied the three files from google's example Populating Data Using Server-Side Code under Connecting Your DataBase (i.e., exampleUsingPHP.html, getData.php and sampleData.json) to my server but I'm having trouble getting the chart to display. It displays OK if I run getData.php

Re: [visualization-api] Re: error: uncaught exception: All series on a given axis must be of the same data type

2012-04-10 Thread Mike Bucaro
Same issue here, x-axis is date, all other columns are numbers. Graph comes up fine in spreadsheet but gives the same error on google sites until you refresh sometimes multiple times: All series on a given axis must be of same data type. On Thursday, December 15, 2011 1:50:19 AM UTC-5,

[visualization-api] Clear data for JavaScript

2012-04-10 Thread Marlon
hello, I'm using JavaScript to play the data in a div as parameters to plot. But if I try to put two charts on the same HTML does not work. How do I use or how clearChart do this work. Code is presented below: html head !--Load the AJAX API-- script type=text/javascript

Re: Subject: [visualization-api] Localize No Data Available in annotatedtimeline

2012-04-10 Thread asgallant
If it's working in Firefox, my first inclination is to say that the JSON returned by the AJAX call has an errant comma in it somewhere. Can you post a sample of the JSON returned? On Tuesday, April 10, 2012 3:15:28 AM UTC-4, krupesh shah wrote: Hello sir, I have use annotatedtimetime in

[visualization-api] Re: Populating Data Using Server-Side Code

2012-04-10 Thread asgallant
Try this: jsonData = eval('(' + jsonData + ')'); On Tuesday, April 10, 2012 4:49:30 AM UTC-4, David Harden wrote: Hello, I have copied the three files from google's example Populating Data Using Server-Side Code under Connecting Your DataBase (i.e., exampleUsingPHP.html, getData.php and

Re: [visualization-api] Re: error: uncaught exception: All series on a given axis must be of the same data type

2012-04-10 Thread asgallant
Can you post your code or a link to the page so we can examine it? On Tuesday, April 10, 2012 8:19:05 AM UTC-4, Mike Bucaro wrote: Same issue here, x-axis is date, all other columns are numbers. Graph comes up fine in spreadsheet but gives the same error on google sites until you refresh

[visualization-api] Re: Clear data for JavaScript

2012-04-10 Thread asgallant
Your second chart_div needs to have a different id, as id's are unique to each element. You then need to pull the data from the second div and run the same code on it, like this: http://jsfiddle.net/rm4fR/ On Tuesday, April 10, 2012 8:32:33 AM UTC-4, Marlon wrote: hello, I'm using

[visualization-api] Column Groups

2012-04-10 Thread Joshua Klina
Hello, Does anyone know if Google Charts supports groups of columns? You can see an example here: http://cl.ly/3S1v0W401g1J2i2w2i2F The two letter abbreviations in bold type represent groups that the individual data points belong to. I was wondering if Google Charts is capable of this out

[visualization-api] Re: More then 2 yAxes

2012-04-10 Thread Tjeerd Kramer
Well, I have added 3: var options = { title: 'Average order value for ? echo $city_name; ? at ? echo $site_domain; ?', series:{ 0:{targetAxisIndex:0, lineWidth: 1, pointSize: 3, type: line},

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

2012-04-10 Thread asgallant
I suspect this has something to do with the way drag-n-drop js modules handle iFrames, as it works correctly when you set the forceIFrame option to false: http://jsfiddle.net/hHZQ4/1/ On Tuesday, April 10, 2012 10:00:03 AM UTC-4, Wouter Gerrits wrote: Hi, when i want to drag my chart and

[visualization-api] Re: Column Groups

2012-04-10 Thread asgallant
You can achieve something like that by filtering a DataTable into multiple DataViews, and then drawing multiple charts adjacent to each other. On Tuesday, April 10, 2012 10:03:52 AM UTC-4, Joshua Klina wrote: Hello, Does anyone know if Google Charts supports groups of columns? You can

[visualization-api] Re: More then 2 yAxes

2012-04-10 Thread asgallant
Like I said, the maximum number of *supported* y-axes is two. The third axis is probably a bug. On Tuesday, April 10, 2012 10:32:28 AM UTC-4, Tjeerd Kramer wrote: Well, I have added 3: var options = { title: 'Average order value for ? echo

[visualization-api] Reference to source of event inside event callback?

2012-04-10 Thread Jacob Fischer
So, I have a number of charts on the same page, and I want to handle their ready event with a generic handler. Say I have an array of charts called charts. I want to do something like this (except the following method doesn't work, but I hope it gets the point across): for (var i = 0; i

[visualization-api] Re: Reference to source of event inside event callback?

2012-04-10 Thread asgallant
I had this exact same problem: i is being evaluated at the time the event fires, not at the value it was when it was within the loop. The solution is to use a closure, and return a function from within the closure: for (var i = 0; i charts.length; i++) {