Re: [visualization-api] Using jsapi with google maps JavaScript API

2015-02-09 Thread 'Daniel LaLiberte' via Google Visualization API
The empty script is need only because your first script line to load jsapi is not actually closed. The / at the end of the tag doesn't work, and so the script tag will eat up all the content until if finds a proper closing script tag: /script. Yes, it is not obvious, and we wrestled with a

Re: [visualization-api] Using jsapi with google maps JavaScript API

2015-02-09 Thread Alex Rojkov
That's correct. Verified. On Mon, Feb 9, 2015 at 7:58 AM, 'Daniel LaLiberte' via Google Visualization API google-visualization-api@googlegroups.com wrote: The empty script is need only because your first script line to load jsapi is not actually closed. The / at the end of the tag doesn't

Re: [visualization-api] Multiple Tables Charts From a Single MySQL Query? Possible?

2015-02-09 Thread 'Daniel LaLiberte' via Google Visualization API
Dom, I tried going to the page you linked to, but got a couple rather severe warnings before it continued loading: *Warning*: include(functions/shortalerts): failed to open stream: No such file or directory in */home/content/48/10114148/html/wp-content/themes/ifeaturepro5-child03/header.php* on

[visualization-api] Re: chartWrapper and dataView

2015-02-09 Thread Malik Al-Malik
Hi asgallant, I've been following your posts for a while and they have been extremely helpful so far. I'm doing something similar but a bit of a mix of this and your example here http://jsfiddle.net/asgallant/WaUu2/, where you use the categoryFilter to filter the columns in the datatable

[visualization-api] Subtitle is not visible in Line Chart

2015-02-09 Thread prasanna gholap
I am trying to execute following code. But my title and subtitles are not shown in graph. When I remove subtitle option, title is visible. Is there any problem with this code? html head script type=text/javascript src=https://www.google.com/jsapi?autoload={

[visualization-api] Re: chartWrapper and dataView

2015-02-09 Thread Malik Al-Malik
nevermind, i figured it out. It turns out, it is the query in the Chartwrapper that appears to be the problem. There may be a better way but I had to send the query in a separate function and use a handleQueryResponse function to putit into a datatable and do everything else here is the new

Re: [visualization-api] Subtitle is not visible in Line Chart

2015-02-09 Thread 'Jon Orwant' via Google Visualization API
Only Material charts support subtitles, and LineChart isn't a Material chart. Also, there's no comma after your subtitle line. Jon On Mon, Feb 9, 2015 at 5:42 AM, prasanna gholap prasanna1...@gmail.com wrote: I am trying to execute following code. But my title and subtitles are not shown in

[visualization-api] Vertical Orga Charts

2015-02-09 Thread Schabagh
Hello Forum, 1- how can I show the Orga Chart Vertically? 2- How can I show the e.g. one person under several parents? var data = [ [Name , Manager, Tooltip], [Mike, '', The President], [Jim, Mike, 'VP'], ['Alice',