Re: [visualization-api] Visualization Playground Broken Link

2014-08-04 Thread Visual1zer
Thanks for the update, and great that you found an alternative!

Cheers,

On Thursday, 31 July 2014 15:15:31 UTC+1, trybka wrote:

 This is affecting the whole playground.

 We are working on alternative methods of hosting more interactive sample 
 charts (that you can edit the code and see running in the same sandbox).

 Thomas Rybka | Software Engineer | try...@google.com javascript: | GViz
  

 On Thu, Jul 31, 2014 at 8:44 AM, Ishwar Kabra ishwa...@gmail.com 
 javascript: wrote:

 Hi Jon,

 When will it be available for developers?

 Thanks


 On Wednesday, July 30, 2014 7:25:52 PM UTC+5:30, orw...@google.com wrote:

 The playground has been taken offline for security reasons. 

 Sorry,

 Jon


 On Wed, Jul 30, 2014 at 4:37 AM, Visual1zer flas...@gmail.com wrote:

 Thanks for the update

 Cheers,


 On Tuesday, 29 July 2014 14:22:07 UTC+1, orw...@google.com wrote:

 Yep, we're investigating a fix.

 Jon


 On Tue, Jul 29, 2014 at 6:25 AM, Visual1zer flas...@gmail.com wrote:

 Hi all,

 the Visualization Link appears to be broken:

 http://code.google.com/apis/ajax/playground/?type=visualization

 Is it being moved to a new address or soon to be removed from the 
 Google Charts portal?

 Cheers,

 -- 
 You received this message because you are subscribed to the Google 
 Groups Google Visualization API group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to google-visualization-api+unsub
 scr...@googlegroups.com.
 To post to this group, send email to google-visua...@googlegroups.com
 .

 Visit this group at http://groups.google.com/group
 /google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.


  -- 
 You received this message because you are subscribed to the Google 
 Groups Google Visualization API group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to google-visualization-api+unsubscr...@googlegroups.com.
 To post to this group, send email to google-visua...@googlegroups.com.
 Visit this group at http://groups.google.com/
 group/google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.


  -- 
 You received this message because you are subscribed to the Google Groups 
 Google Visualization API group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to google-visualization-api+unsubscr...@googlegroups.com 
 javascript:.
 To post to this group, send email to google-visua...@googlegroups.com 
 javascript:.
 Visit this group at 
 http://groups.google.com/group/google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Re: Visualization Playground Broken Link

2014-08-04 Thread Visual1zer
Thanks for the update sounds great !

On Sunday, 3 August 2014 03:32:09 UTC+1, orw...@google.com wrote:

 Update!  Thanks to Tom Rybka, we'll have a solution within a week.

 Jon


 On Sat, Aug 2, 2014 at 1:10 PM, joe...@gmail.com javascript: wrote:


 It is too sad! To be honest, such tool is most useful in my daily 
 operation. When can be fixed? Or, it will be cancelled permanently? Thanks!
  
 -- 
 You received this message because you are subscribed to the Google Groups 
 Google Visualization API group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to google-visualization-api+unsubscr...@googlegroups.com 
 javascript:.
 To post to this group, send email to google-visua...@googlegroups.com 
 javascript:.
 Visit this group at 
 http://groups.google.com/group/google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Have different images as markers under graph nodes.

2014-08-04 Thread Inte snäll
As it is now I have text as toolTip hint under the graph nodes, but my 
question is, is it possible to have icons instead?

Like flotr2 have.

http://www.humblesoftware.com/flotr2/index#!advanced-markers

var dt = new google.visualization.DataTable();
dt.addColumn('date', 'Entered date');
dt.addColumn('number', resultKey);
dt.addColumn({type: 'string', role: 'tooltip', 'p': 
{'html': true}});
dt.addColumn({type: 'string', role: 'annotation', 'p': 
{'html': true}});//This should recognize html but it doesn't, for example 
*'img 
width=100px 
src=http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg;' 
is printed out as a string.*
dt.addColumn({type: 'string', role: 'annotationText', 
'p': {'html': true}});



I would like to have something like instead of having the text All time 
high in the bellow link, I would like the american flag in that example. 
So instead of a ('C') bellow I would like an image instead.

https://developers.google.com/chart/interactive/docs/customizing_tooltip_content?hl=sv#tooltips_for_annotations

new Date(data.StopTime),
parseInt(result),
this.getTooltip(data, result, 
testResultComment),

tooltipHint,//(data.TestResultComments[resultKey] != null) ? 'C' : 
null,//Instead of 'C' I would like an image.
'test'
]
));

Instead of 'C'  I would like to use *'img width=100px 
src=http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg;'*

-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Have different images as markers under graph nodes.

2014-08-04 Thread 'Jon Orwant' via Google Visualization API
https://developers.google.com/chart/interactive/docs/customizing_tooltip_content#custom_html_content
shows you how to do this. The example even uses flags, just like you
ordered!

Jon


On Mon, Aug 4, 2014 at 7:19 AM, Inte snäll nije...@gmail.com wrote:

 As it is now I have text as toolTip hint under the graph nodes, but my
 question is, is it possible to have icons instead?

 Like flotr2 have.

 http://www.humblesoftware.com/flotr2/index#!advanced-markers

 var dt = new google.visualization.DataTable();
 dt.addColumn('date', 'Entered date');
 dt.addColumn('number', resultKey);
 dt.addColumn({type: 'string', role: 'tooltip', 'p':
 {'html': true}});
 dt.addColumn({type: 'string', role: 'annotation', 'p':
 {'html': true}});//This should recognize html but it doesn't, for example 
 *'img
 width=100px
 src=http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg
 http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg'
 is printed out as a string.*
 dt.addColumn({type: 'string', role: 'annotationText',
 'p': {'html': true}});



 I would like to have something like instead of having the text All time
 high in the bellow link, I would like the american flag in that example.
 So instead of a ('C') bellow I would like an image instead.


 https://developers.google.com/chart/interactive/docs/customizing_tooltip_content?hl=sv#tooltips_for_annotations

 new Date(data.StopTime),
 parseInt(result),
 this.getTooltip(data, result,
 testResultComment),

 tooltipHint,//(data.TestResultComments[resultKey] != null) ? 'C' :
 null,//Instead of 'C' I would like an image.
 'test'
 ]
 ));

 Instead of 'C'  I would like to use *'img width=100px
 src=http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg
 http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg'*

 --
 You received this message because you are subscribed to the Google Groups
 Google Visualization API group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-visualization-api+unsubscr...@googlegroups.com.
 To post to this group, send email to
 google-visualization-api@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: Have different images as markers under graph nodes.

2014-08-04 Thread Inte snäll
Sorry, but its not the same, I was a bit unclear. I want the annotation to 
display html (an image) directly into the graph and not having to hover 
over a dot in the graph in order to display an image.

dt.addColumn({type: 'string', role: 'annotation', 'p': {'html': true}}); 
//I want the annotation to percieve html code.

Thanks



On Monday, August 4, 2014 1:19:15 PM UTC+2, Inte snäll wrote:

 As it is now I have text as toolTip hint under the graph nodes, but my 
 question is, is it possible to have icons instead?

 Like flotr2 have.

 http://www.humblesoftware.com/flotr2/index#!advanced-markers

 var dt = new google.visualization.DataTable();
 dt.addColumn('date', 'Entered date');
 dt.addColumn('number', resultKey);
 dt.addColumn({type: 'string', role: 'tooltip', 'p': 
 {'html': true}});
 dt.addColumn({type: 'string', role: 'annotation', 'p': 
 {'html': true}});//This should recognize html but it doesn't, for example 
 *'img 
 width=100px 
 src=http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg 
 http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg' 
 is printed out as a string.*
 dt.addColumn({type: 'string', role: 'annotationText', 
 'p': {'html': true}});



 I would like to have something like instead of having the text All time 
 high in the bellow link, I would like the american flag in that example. 
 So instead of a ('C') bellow I would like an image instead.


 https://developers.google.com/chart/interactive/docs/customizing_tooltip_content?hl=sv#tooltips_for_annotations

 new Date(data.StopTime),
 parseInt(result),
 this.getTooltip(data, result, 
 testResultComment),
 
 tooltipHint,//(data.TestResultComments[resultKey] != null) ? 'C' : 
 null,//Instead of 'C' I would like an image.
 'test'
 ]
 ));

 Instead of 'C'  I would like to use *'img width=100px 
 src=http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg 
 http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg'*


-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Re: Have different images as markers under graph nodes.

2014-08-04 Thread 'Jon Orwant' via Google Visualization API
In that case, use an overlay:
https://developers.google.com/chart/interactive/docs/overlays

Jon



On Mon, Aug 4, 2014 at 7:49 AM, Inte snäll nije...@gmail.com wrote:

 Sorry, but its not the same, I was a bit unclear. I want the annotation to
 display html (an image) directly into the graph and not having to hover
 over a dot in the graph in order to display an image.

 dt.addColumn({type: 'string', role: 'annotation', 'p': {'html': true}});
 //I want the annotation to percieve html code.

 Thanks



 On Monday, August 4, 2014 1:19:15 PM UTC+2, Inte snäll wrote:

 As it is now I have text as toolTip hint under the graph nodes, but my
 question is, is it possible to have icons instead?

 Like flotr2 have.

 http://www.humblesoftware.com/flotr2/index#!advanced-markers

 var dt = new google.visualization.DataTable();
 dt.addColumn('date', 'Entered date');
 dt.addColumn('number', resultKey);
 dt.addColumn({type: 'string', role: 'tooltip', 'p':
 {'html': true}});
 dt.addColumn({type: 'string', role: 'annotation',
 'p': {'html': true}});//This should recognize html but it doesn't, for
 example *'img width=100px
 src=http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg
 http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg'
 is printed out as a string.*
 dt.addColumn({type: 'string', role: 'annotationText',
 'p': {'html': true}});



 I would like to have something like instead of having the text All time
 high in the bellow link, I would like the american flag in that example.
 So instead of a ('C') bellow I would like an image instead.

 https://developers.google.com/chart/interactive/docs/
 customizing_tooltip_content?hl=sv#tooltips_for_annotations

 new Date(data.StopTime),
 parseInt(result),
 this.getTooltip(data, result,
 testResultComment),
 
 tooltipHint,//(data.TestResultComments[resultKey]
 != null) ? 'C' : null,//Instead of 'C' I would like an image.
 'test'
 ]
 ));

 Instead of 'C'  I would like to use *'img width=100px
 src=http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg
 http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg'*

  --
 You received this message because you are subscribed to the Google Groups
 Google Visualization API group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-visualization-api+unsubscr...@googlegroups.com.
 To post to this group, send email to
 google-visualization-api@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


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

2014-08-04 Thread Bryan Maloney

I'm using the gvisGeoChart function in googleVis to generate choropleth 
maps, USA, by state.

I wish to know the following:

1. How do I embed the GeoChart object in a Blogger website post? Blogger is 
part of Google, it should be easy? HAHAHAHAHAHAHAHAHAHAHAHAHAHA!

2. How do I control what is displayed in the mouseover for each sub-region? 
I do not want the colorvar to appear in the popup at all. I only want the 
hovervar to appear. How do I suppress colorver from appearing on the 
popups but still have it used to calculate the color for the area? My 
colorvar is just plain ugly, it's a floating-point number. My hovervar is 
rounded, has nice symbols like $, million, or % where appropriate.

3. Where do I find a list of available projections?

-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Find a user on Google+ through API

2014-08-04 Thread Martin Schneider
Hi!

Sorry, I'm almost sure this is the wrong group - please point me to the 
right forum - I couldn't find one.

I'd like to know through API if a certain mail address is connected with a 
Google+ profile (yes or no will do, so I can point people in the right 
direction).

Thanks and best regards
Martin

-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Is it possible to apply controls to a Calendar chart?

2014-08-04 Thread codejak
Hi!

Is there any way to add/link properties to the core data set for a calendar 
(e.g., sex, age, location) and build controls based on these properties 
that function as filters on the calendar.

Example:
I want to display number of logins of users per day on a calendar chart. I 
also want to allow to filter by, say, user department and IP range.

TIA
Matt

-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] What are the exact chartType names? What chartTypes are available for use in a dashboard?

2014-08-04 Thread codejak
Hi!

I can't find a document that defines the full set of chart types and the 
exact name to be used for the chartType wrapper property. Is there such a 
list or some other rule of finding out?

Can all chart types actually be used in a ChartWrapper? I have not been 
able to make it work for a calendar for example.

TIA for any pointers!

Matt

-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Re: Tooltip Font Misbehaving

2014-08-04 Thread Cicely Behne
Looks fine in Chrome/Firefox and Chrome dev tools didn't reveal anything
that may be causing the fonts to appear incorrectly in IE. Client uses IE
mainly, so would like to figure out the cause in IE.


On Fri, Aug 1, 2014 at 8:27 PM, Andrew Gallant agall...@google.com wrote:

 If it works fine in jsfiddle then you almost certainly have CSS that is
 changing it.  If you use Chrome's developer tools, you can drill down into
 the SVG code inside the chart container.


 On Friday, August 1, 2014 12:17:51 PM UTC-4, CeBe wrote:

 When I put my code in jsfiddle, the font is fine. I'm having trouble
 getting dev tools to let me pick the tooltip in the DOM and I don't see it
 when viewing source. Any tips?

 On Thursday, July 31, 2014 11:49:58 PM UTC-4, Andrew Gallant wrote:

 The font should apply to both, and does when I created a test case:
 http://jsfiddle.net/asgallant/u8j9D/.  Can you provide a full code
 example that replicates the problem?

 It is possible that you have CSS that is messing with the tooltips; I
 suggest examining the tooltip with a DOM inspector to see where the wrong
 fonts are coming from.

 On Thursday, July 31, 2014 12:34:51 PM UTC-4, CeBe wrote:

 I have set the font of the tooltip using tooltip: {textStyle:
 {fontSize: 12, fontName: 'Arial'}. This works for the tooltip labels, but
 not the actual values. See screenshot. How do I set the font of the values?


 https://lh5.googleusercontent.com/-V07DrCCgZOU/U9pv_CoiKyI/AJE/fiRWEtpXHNQ/s1600/tooltip.png

  --
 You received this message because you are subscribed to a topic in the
 Google Groups Google Visualization API group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-visualization-api/RQZ0ovzTjj0/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-visualization-api+unsubscr...@googlegroups.com.
 To post to this group, send email to
 google-visualization-api@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.




-- 
Cicely S. Behne
cic...@cicelybehne.com
(580) 461-2999

-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] specifying N number of x-axis when data is only one

2014-08-04 Thread Neil Camara
For example, the data I received is { hour : 2:00, totalcount : 10 }, only 
1 data.

What I'd like Google Charts to do is display like 6 hours in the x-axis

like 1:00  2:00  3:00 4:00  5:00 3:00

of course, my column totalcount data will only appear above 2:00.

I tried the code below but Google Charts is displaying values for different 
time of data. Sometimes it will display with the 30th minute which I don't 
want.

hAxis: { format:'h:mm aa',
gridlines: {
count: 6
}
},

When my data starts at 12am, it only display 12am.

What is the solution to this?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


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

2014-08-04 Thread Andrew Gallant
I don't know about embedding in a Blogger post; the charts require 
javascript, and some blogging platforms do not allow users to post 
javascript.  You may have better luck asking on StackOverflow for help 
embedding javascript in Blogger.

For your second question, are you using regions mode or markers mode?  A 
code sample replicating your chart would be helpful for me to understand 
what it is that you want, and what needs to be done to make it work 
correctly for you.

The latest list of projections I know of is here 
https://groups.google.com/d/msg/google-visualization-api/sTdb99bFjk8/X3JTZXHkwXEJ,
 
but you should be aware that the projections option is not complete.  The 
list of available projections may change (and some in that list may not be 
available any more); the structure of the option itself may change; and 
there may be severe bugs associated with using them.  Use this option (as 
with any undocumented feature) at your own risk.

On Monday, August 4, 2014 10:22:26 AM UTC-4, Bryan Maloney wrote:


 I'm using the gvisGeoChart function in googleVis to generate choropleth 
 maps, USA, by state.

 I wish to know the following:

 1. How do I embed the GeoChart object in a Blogger website post? Blogger 
 is part of Google, it should be easy? HAHAHAHAHAHAHAHAHAHAHAHAHAHA!

 2. How do I control what is displayed in the mouseover for each 
 sub-region? I do not want the colorvar to appear in the popup at all. I 
 only want the hovervar to appear. How do I suppress colorver from 
 appearing on the popups but still have it used to calculate the color for 
 the area? My colorvar is just plain ugly, it's a floating-point number. My 
 hovervar is rounded, has nice symbols like $, million, or % where 
 appropriate.

 3. Where do I find a list of available projections?



-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: Find a user on Google+ through API

2014-08-04 Thread Andrew Gallant
This is not the right place for Google+.  Try the Google+ API Documentation 
https://developers.google.com/+/api/, or the Google+ API Developer's page 
https://plus.sandbox.google.com/+GooglePlusDevelopers/posts.

On Monday, August 4, 2014 11:07:09 AM UTC-4, Martin Schneider wrote:

 Hi!

 Sorry, I'm almost sure this is the wrong group - please point me to the 
 right forum - I couldn't find one.

 I'd like to know through API if a certain mail address is connected with a 
 Google+ profile (yes or no will do, so I can point people in the right 
 direction).

 Thanks and best regards
 Martin


-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: What are the exact chartType names? What chartTypes are available for use in a dashboard?

2014-08-04 Thread Andrew Gallant
The chartType property takes a string referencing the 
google.visualization object property for the chart you want to draw.  For 
example, if you want to draw a Line Chart, the normal Line Chart object is:

google.visualization.LineChart

so when using a ChartWrapper, you would set the chartType property to 
LineChart.  This works for any chart that is a part of the 
google.visualization object (see the gallery 
https://developers.google.com/chart/interactive/docs/gallery for a 
complete list).  You can get the object name from the chart documentation, 
though in most cases it is simply the name of the chart, CamelCased (that 
is, capitalize the first letter of each word), with spaces removed, eg:

Geo Chart = GeoChart
Bubble Chart = BubbleChart
Stepped Area Chart = SteppedAreaChart

The one major exception to that rule is the Donut Chart, which is actually 
constructed using a Pie Chart, and thus you would use PieChart to build 
one.  If you are using 3rd party visualizations, the chartType parameter 
takes the fully qualified object reference as a string.  As an example, if 
I have a custom chart in the object:

library.charts.myChart

then the chartType parameter would be library.charts.myChart.

On Monday, August 4, 2014 12:03:34 PM UTC-4, codejak wrote:

 Hi!

 I can't find a document that defines the full set of chart types and the 
 exact name to be used for the chartType wrapper property. Is there such a 
 list or some other rule of finding out?

 Can all chart types actually be used in a ChartWrapper? I have not been 
 able to make it work for a calendar for example.

 TIA for any pointers!

 Matt


-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: Is it possible to apply controls to a Calendar chart?

2014-08-04 Thread Andrew Gallant
Yes, you should be able to use any of the Controls 
https://google-developers.appspot.com/chart/interactive/docs/gallery/controls 
with a Calendar chart.  When building the ChartWrapper for the Calendar, 
make sure you set the view parameter to exclude the columns you don't 
want the Calendar to use.

On Monday, August 4, 2014 12:06:40 PM UTC-4, codejak wrote:

 Hi!

 Is there any way to add/link properties to the core data set for a 
 calendar (e.g., sex, age, location) and build controls based on these 
 properties that function as filters on the calendar.

 Example:
 I want to display number of logins of users per day on a calendar chart. I 
 also want to allow to filter by, say, user department and IP range.

 TIA
 Matt


-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Re: Tooltip Font Misbehaving

2014-08-04 Thread Andrew Gallant
Which version of IE?

On Monday, August 4, 2014 3:03:12 PM UTC-4, CeBe wrote:

 Looks fine in Chrome/Firefox and Chrome dev tools didn't reveal anything 
 that may be causing the fonts to appear incorrectly in IE. Client uses IE 
 mainly, so would like to figure out the cause in IE.


 On Fri, Aug 1, 2014 at 8:27 PM, Andrew Gallant agal...@google.com 
 javascript: wrote:

 If it works fine in jsfiddle then you almost certainly have CSS that is 
 changing it.  If you use Chrome's developer tools, you can drill down into 
 the SVG code inside the chart container.


 On Friday, August 1, 2014 12:17:51 PM UTC-4, CeBe wrote:

 When I put my code in jsfiddle, the font is fine. I'm having trouble 
 getting dev tools to let me pick the tooltip in the DOM and I don't see it 
 when viewing source. Any tips?

 On Thursday, July 31, 2014 11:49:58 PM UTC-4, Andrew Gallant wrote:

 The font should apply to both, and does when I created a test case: 
 http://jsfiddle.net/asgallant/u8j9D/.  Can you provide a full code 
 example that replicates the problem?

 It is possible that you have CSS that is messing with the tooltips; I 
 suggest examining the tooltip with a DOM inspector to see where the wrong 
 fonts are coming from.

 On Thursday, July 31, 2014 12:34:51 PM UTC-4, CeBe wrote:

 I have set the font of the tooltip using tooltip: {textStyle: 
 {fontSize: 12, fontName: 'Arial'}. This works for the tooltip labels, 
 but 
 not the actual values. See screenshot. How do I set the font of the 
 values?


 https://lh5.googleusercontent.com/-V07DrCCgZOU/U9pv_CoiKyI/AJE/fiRWEtpXHNQ/s1600/tooltip.png

  -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups Google Visualization API group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/google-visualization-api/RQZ0ovzTjj0/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to 
 google-visualization-api+unsubscr...@googlegroups.com javascript:.
 To post to this group, send email to google-visua...@googlegroups.com 
 javascript:.
 Visit this group at 
 http://groups.google.com/group/google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Cicely S. Behne
 cic...@cicelybehne.com javascript:
 (580) 461-2999
  

-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: specifying N number of x-axis when data is only one

2014-08-04 Thread Andrew Gallant
You need to specify the hAxis.ticks option.  The ticks option takes an 
array of values or object.  Values point to the location where a tick mark 
(and label) should be placed.  Objects have v (required) and f 
(optional) properties, where v is the value to place a tick mark at, and 
f is the label to place there; if f is not specified, the axis should 
format the value according to the format option.  Using the ticks option 
overrides all other options for controlling the axis tick marks - the only 
tick marks that will appear are those you specify, regardless of anything 
else in the chart.

Assuming you are using a timeofday column for your times, it would look 
like this:

hAxis: {
format: 'h:mm aa',
ticks: [[1, 0, 0, 0], [2, 0, 0, 0], [3, 0, 0, 0], [4, 0, 0, 0], [5, 0, 
0, 0], [6, 0, 0, 0]]
}

On Monday, August 4, 2014 5:32:17 PM UTC-4, Neil Camara wrote:

 For example, the data I received is { hour : 2:00, totalcount : 10 }, only 
 1 data.

 What I'd like Google Charts to do is display like 6 hours in the x-axis

 like 1:00  2:00  3:00 4:00  5:00 3:00

 of course, my column totalcount data will only appear above 2:00.

 I tried the code below but Google Charts is displaying values for 
 different time of data. Sometimes it will display with the 30th minute 
 which I don't want.

 hAxis: { format:'h:mm aa',
 gridlines: {
 count: 6
 }
 },

 When my data starts at 12am, it only display 12am.

 What is the solution to this?

 Thanks!


-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: specifying N number of x-axis when data is only one

2014-08-04 Thread Neil Camara
Awesome! I'll try it soon! :)

Thanks!

On Monday, August 4, 2014 6:57:49 PM UTC-5, Andrew Gallant wrote:

 You need to specify the hAxis.ticks option.  The ticks option takes an 
 array of values or object.  Values point to the location where a tick mark 
 (and label) should be placed.  Objects have v (required) and f 
 (optional) properties, where v is the value to place a tick mark at, and 
 f is the label to place there; if f is not specified, the axis should 
 format the value according to the format option.  Using the ticks option 
 overrides all other options for controlling the axis tick marks - the only 
 tick marks that will appear are those you specify, regardless of anything 
 else in the chart.

 Assuming you are using a timeofday column for your times, it would look 
 like this:

 hAxis: {
 format: 'h:mm aa',
 ticks: [[1, 0, 0, 0], [2, 0, 0, 0], [3, 0, 0, 0], [4, 0, 0, 0], [5, 
 0, 0, 0], [6, 0, 0, 0]]
 }

 On Monday, August 4, 2014 5:32:17 PM UTC-4, Neil Camara wrote:

 For example, the data I received is { hour : 2:00, totalcount : 10 }, 
 only 1 data.

 What I'd like Google Charts to do is display like 6 hours in the x-axis

 like 1:00  2:00  3:00 4:00  5:00 3:00

 of course, my column totalcount data will only appear above 2:00.

 I tried the code below but Google Charts is displaying values for 
 different time of data. Sometimes it will display with the 30th minute 
 which I don't want.

 hAxis: { format:'h:mm aa',
 gridlines: {
 count: 6
 }
 },

 When my data starts at 12am, it only display 12am.

 What is the solution to this?

 Thanks!



-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: specifying N number of x-axis when data is only one

2014-08-04 Thread Neil Camara
It worked Andrew and it looks beautiful! :)

Will it work for dates? If so, what would be the values of ticks?

-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: How to show X Axis at all teh time with Google AngularJS Chart DIrective

2014-08-04 Thread Andrew Gallant
I suspect that your dates are not showing up because the chart is too 
short; if you make it taller (or use the chartArea.height and chartArea.top 
options to make the inner height shorter and/or move it up higher) there 
will be more space for the axis labels to draw.

The second y-axis should be getting values set appropriately.  Which data 
series do you have hooked up to it?  I can't tell from the chart, but at a 
guess it looks like just the middle dashed line is.

You can make the points in your chart visible by setting the pointSize 
option; this takes an integer value for the size of the points in pixels.

On Monday, August 4, 2014 7:04:21 PM UTC-4, vipul choudhary wrote:

 Hi, 
  
 I have to use the Google Line Chart for Angularjs. I use the below 
 mentioned code. Even though I have data for X axis and Y axis, I am not 
 able to see the X axis label for dates all the time( it shows up sometime, 
 but If my data is for an year or so the X axis doesn't show up).
  
 Please se the attached file screenshot.  
  
 My Code snippet is as follows:
  
 $scope.chartObject = {
 type: LineChart,
 displayed: true,
 data: {
 cols: [
 {
 label: Month,
 type: number, // -- this comma
 },
 {
 label: Weight,
 type: number, // -- this comma
 }
 ],
 rows: chartdata
 },
 options: {
 title: Weight per month,
 isStacked: true,
 fill: 20,
 displayExactValues: true,
 vAxis: {
 title: Sales unit,
 gridlines: {
 count: 10
 }
 },
 hAxis: {
 title: Date, // -- this comma
 }
 },
 formatters: {}
 }
  
 My JSON Data that I prepare is as follows: 
  
 function processArrayForWeight(json) {
 var chartData = [];
 for (var i = 0; i  json.length; i++) {
 if (json[i].Weight != null) {
 chartData.push
 ({
 c: [
 { v: formatDate(new 
 Date(json[i].EventTime)) },
 { v: json[i].Weight }
 ]
 });
 }
 }
 return chartData;
 }
 function formatDate(date)
 {
 return (date.getMonth() + 1) + '/' + date.getDate() + '/' + 
 date.getFullYear();
 }
  
  
 I have few other queries as well which are as follows: 
 I have to show a Google cart with two Y axis where I have to show the Y 
 axis as shown in the screenshot ( chart Required with two Y axis where both 
 Y axis will plot two separate numerical value sets) . How can I achieve it 
 for Google Angular Line Chart Directive. 
  
 I have to show points on the Line Chart as shown in the screenshot Chart 
 with Points plotted on Line Graph . Please let me know how I can achieve 
 it on Line Chart Directive. 
  
 Please let me know your suggestions. 
  
 Let me know if you need any more information.
  
 Many Thanks in advance. 
  
 Regards
 Bipul Kumar
 Accenture Pvt Services
  


-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: specifying N number of x-axis when data is only one

2014-08-04 Thread Andrew Gallant
Yes, it will works for dates, just use Date objects instead of the 
timeofday arrays:

hAxis: {
ticks: [new Date(2014, 7, 1), new Date(2014, 7, 2), new Date(2014, 7, 
3), new Date(2014, 7, 4)]
}

On Monday, August 4, 2014 8:12:05 PM UTC-4, Neil Camara wrote:

 It worked Andrew and it looks beautiful! :)

 Will it work for dates? If so, what would be the values of ticks?



-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: specifying N number of x-axis when data is only one

2014-08-04 Thread Neil Camara
Cool! I'll try that later. :)

Thanks again!

On Monday, August 4, 2014 7:19:22 PM UTC-5, Andrew Gallant wrote:

 Yes, it will works for dates, just use Date objects instead of the 
 timeofday arrays:

 hAxis: {
 ticks: [new Date(2014, 7, 1), new Date(2014, 7, 2), new Date(2014, 7, 
 3), new Date(2014, 7, 4)]
 }

 On Monday, August 4, 2014 8:12:05 PM UTC-4, Neil Camara wrote:

 It worked Andrew and it looks beautiful! :)

 Will it work for dates? If so, what would be the values of ticks?



-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.