[visualization-api] BarChart - Show value on the second bar o the group

2014-10-29 Thread Ronen Ofir
Hi, is it possible to show also the value of the second bar of the group? I put a red question mark in the attached image, where I need the value. Thanks -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group

[visualization-api] I Can't google chart bar graph. Problem is SCRIPT438: Object does not support 'createElementNS' property or method

2014-10-29 Thread 유제근
SCRIPT438: Object does not support 'createElementNS' property or method This problem occurs while using the Google Chart. Chrome, FF, Safari in no error. An error files when you use IE. I do not know what it means if createElementNS. Computing environment are wearing IE9. An error files when

Re: [visualization-api] BarChart - Show value on the second bar o the group

2014-10-29 Thread 'Sergey Grabkovsky' via Google Visualization API
Yes, it is possible. You will need to create another column with an annotation role after your second series column. In other words, your DataTable is probably arranged something like: Category | Bar 1 | Annotation for Bar 1 | Bar 2 You need to make it so that it's Category | Bar 1 | Annotation

Re: [visualization-api] I Can't google chart bar graph. Problem is SCRIPT438: Object does not support 'createElementNS' property or method

2014-10-29 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi, We are not supporting IE8 with the new Material charts. However, things should work for IE9. I'm in the process of testing on IE9. Could it be that your IE9 is in IE8 compatibility mode? I can imagine that that might cause these kinds of issues. On Wed Oct 29 2014 at 6:26:48 AM 유제근

Re: [visualization-api] I Can't google chart bar graph. Problem is SCRIPT438: Object does not support 'createElementNS' property or method

2014-10-29 Thread 'Sergey Grabkovsky' via Google Visualization API
I've confirmed that the chart seems to work in IE9, but won't work with IE8 standards or in IE8 compatibility mode. Please ensure that neither of these are set for you. If you find that your chart doesn't work in IE9, please take a look at this jsfiddle http://jsfiddle.net/twf7d0mn/ and post back

[visualization-api] Question about Security and Privacy

2014-10-29 Thread Kelson
I didn't see a way to contact google about google charts so I figured I would ask here. In the terms and conditions it states some charts send data to google and some don't. But I was confused whether all data is sent to google to render the chart or whether certain charts will render in the

Re: [visualization-api] Question about Security and Privacy

2014-10-29 Thread 'Jon Orwant' via Google Visualization API
Currently, data is only sent to Google when geocoding is necessary for a map chart. Everything else happens inside the browser and Google never sees it. Jon On Wed, Oct 29, 2014 at 1:55 PM, Kelson l...@onid.oregonstate.edu wrote: I didn't see a way to contact google about google charts so I

[visualization-api] Re: Timelines in js from a google script?

2014-10-29 Thread maylward
Any updates?? I did try using the chartwrapper - same results. The charts displays fine when I run the HTML, but I when I add a very simple Google script function doGet() { return HtmlService.createHtmlOutputFromFile('index'); } and try to publish as web app, it fails to load the

[visualization-api] Re: Can I use ChartRangeFilter for Timeline charts

2014-10-29 Thread Nick Pepperling
Hmmm, let me confirm. As of now I am sorting my data by start time. If I sort by row label (I.e define each record of type A, then define each record of type B, ) the rows will stay fixed in the same order, but the events in the timeline will remain unaltered? On Tuesday, October

Re: [visualization-api] Question about Security and Privacy

2014-10-29 Thread Andrew Gallant
To clarify Jon's post: this includes the GeoMap, GeoChart, and Map visualizations. Every chart has a Data Policy section in its documentation (examples: GeoChart https://google-developers.appspot.com/chart/interactive/docs/gallery/geochart#Data_Policy, AreaChart

[visualization-api] Re: Timelines in js from a google script?

2014-10-29 Thread Andrew Gallant
I don't have an update for you yet, but we're looking into it. On Wednesday, October 29, 2014 3:00:02 PM UTC-4, mayl...@pubget.com wrote: Any updates?? I did try using the chartwrapper - same results. The charts displays fine when I run the HTML, but I when I add a very simple Google

[visualization-api] Re: Can I use ChartRangeFilter for Timeline charts

2014-10-29 Thread Andrew Gallant
You may see a difference if any events overlap in time within the same row, so I would do a secondary sort on start time just to be safe. On Wednesday, October 29, 2014 7:20:33 PM UTC-4, Nick Pepperling wrote: Hmmm, let me confirm. As of now I am sorting my data by start time. If I sort by