[visualization-api] json_encode()

2012-07-13 Thread shown
Does DataTable() not take json_encode(mysql_query) data? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/jXRWXTI3cYQJ. To post to th

[visualization-api] Re: Difficulty plotting error bars/intervals on a scatterchart.

2012-07-13 Thread Andrew Nelson
Thanks, So the API documentation is wrong? On Saturday, 14 July 2012 02:25:55 UTC+10, asgallant wrote: > > I believe that the "interval" role is not supported for ScatterCharts; the > documentation lists it as supported for "column n" roles, but it should be > "emphasis" there. > > On Friday, J

Re: [visualization-api] How to remove extraneous table tag?

2012-07-13 Thread T-Roy
It appears that this is still an issue in IE...css does not override because "align" is not a css tag. I've heard about using jquery to alter but are there any other ideas? On Tuesday, November 24, 2009 2:35:41 AM UTC-7, h wrote: > > Thanks for your comment, we have recorded it. > It might take

[visualization-api] Force fusion tables layer to display on top of kml layers and function from dropdown menu

2012-07-13 Thread es
Hi, I am using some kml layers to display polygons on a map and am referencing a fusion table to display a pie chart and a scatter chart. I have created check boxes to toggle the kml layers on the map. I can control the layering order of the kml layers, but I can't seem to have my fusion point

[visualization-api] Re: minValue/maxValue for continuous date hAxis/vAxis

2012-07-13 Thread asgallant
AnnotatedTimeline charts have "zoomStartTime" and "zoomEndTime" options to set the start and end of the range selector. If you are using LineCharts, you can set hAxis.minValue/maxValue to the desired dates. On Friday, July 13, 2012 2:53:58 AM UTC-4, Stjepan Brbot wrote: > > Hi, > > hAxis and

[visualization-api] Re: Difficulty plotting error bars/intervals on a scatterchart.

2012-07-13 Thread asgallant
I believe that the "interval" role is not supported for ScatterCharts; the documentation lists it as supported for "column n" roles, but it should be "emphasis" there. On Friday, July 13, 2012 1:43:52 AM UTC-4, Andrew Nelson wrote: > > Hi, > I've been trying to plot error bars on a scatter chart

[visualization-api] Re: Google Charts on Android

2012-07-13 Thread asgallant
IIRC, the browser that ships with Android 2.x doesn't support SVG, so the charts will never work on it. They should display fine in the mobile versions of FF and Chrome (and Dolphin?) running on older Android versions, though. Android 3.2+ ships with SVG support out of the box. On Friday, Jul

[visualization-api] Re: Querying the rows from DataTable object

2012-07-13 Thread Sudhir Kesharwani
Thanks Buddy, It worked like a charm, thanks a ton. I loved the way you gave me solution. JSFiddle :) Regards, Sudhir On Thursday, 12 July 2012 19:17:41 UTC-5, asgallant wrote: > > You are trying to pivot the table, which isn't supported in DataTables. > You can manually pivot the table, tho

[visualization-api] Difficulty plotting error bars/intervals on a scatterchart.

2012-07-13 Thread Andrew Nelson
Hi, I've been trying to plot error bars on a scatter chart (using the scatterchart playground). However, I keep getting an error: "Cannot read property type of 'null'". There must be something simple going on. I've been trying for a while, but I'm a bit of a newbie to Javascript. Can anyone poi

[visualization-api] Has someone created a widget for displaying Google Analytics?

2012-07-13 Thread David
Has anyone published a widget/iframe using the visualization/charts API that pulls in Google Analytics data? There's a very nice example on how to do a lot of the work here: https://developers.google.com/analytics/resources/articles/gdataAnalyticsCharts. I'm hoping someone has packaged this

[visualization-api] Google Charts on Android

2012-07-13 Thread Matt
Any workarounds for getting Google Charts to display on Android 2.2 and above? Might switch to Flot for time being. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https: