[visualization-api] datetime format in Google Charts (Areachart)

2015-10-12 Thread Tijger Visuals
Hello, i've tried a lot of different formats but somehow cannot seem to get the datetime format right for an area-chart in google charts. As soon as i set the column to 'string' everything works, but i feel like i should use datetime. The data-array is supplied by a php-include that reads

[visualization-api] Re: Google Charts title/alt SEO? Will it be indexed well as an image file?

2015-10-12 Thread Eden Dro
Anyone?? On Thursday, September 24, 2015 at 8:42:19 PM UTC+3, Eden Dro wrote: > > Hi people > > Currently playing with Google charts and NVD3. I know that google (and > others) index inline SVG images, but how to I take care of the basic SEO > like title/alt? > Can it be done? Will the

[visualization-api] Re: ComboChart vAxes title and max values

2015-10-12 Thread mark m
Thanks Daniel! On Friday, October 9, 2015 at 12:23:05 PM UTC-5, mark m wrote: > > Starting with the jfiddle example for a combo chart I modified the format > to show 2 vertical axes here > ... > > But I cant get the axis title or max values to

[visualization-api] Spreadsheets - Selecting rows by column input with two digits (one number and one letter)

2015-10-12 Thread naoterefugies
Hi.. I am having some moving spreadsheet data to a different tab, when selecting rows according to input in a certain column; this input is made of a 2 digit figure with a Capital letter and a number (something like M3, F4, X5, etc..); I initially tried the template "fill-in the

Re: [visualization-api] Re: Google Charts title/alt SEO? Will it be indexed well as an image file?

2015-10-12 Thread 'Jon Orwant' via Google Visualization API
We don't (and in fact, *can't*) give SEO assistance, sorry. Jon On Mon, Oct 12, 2015 at 12:47 PM, Eden Dro wrote: > Anyone?? > > On Thursday, September 24, 2015 at 8:42:19 PM UTC+3, Eden Dro wrote: >> >> Hi people >> >> Currently playing with Google charts and NVD3. I know

Re: [visualization-api] Re: Google Charts title/alt SEO? Will it be indexed well as an image file?

2015-10-12 Thread 'Jon Orwant' via Google Visualization API
Google Web Search and Image Search decide for themselves how they rank search results. Owners of Google Services such as Google Charts have no influence over how they do that, and our knowledge of how they do that is quite limited. There are plenty of third party sites that will advise you on how

Re: [visualization-api] Re: Google Charts title/alt SEO? Will it be indexed well as an image file?

2015-10-12 Thread Eden Dro
Thanks Jon, but please explain.. where should I ask? the indexing of google charts by google should be related to the way you are using it, not to SEO in general On Monday, October 12, 2015 at 7:55:38 PM UTC+3, orw...@google.com wrote: > > We don't (and in fact, *can't*) give SEO assistance,

Re: [visualization-api] Re: Google Charts title/alt SEO? Will it be indexed well as an image file?

2015-10-12 Thread Eden Dro
Well, I won't even tell you if I meta lolled or not Thanks for the computation power invested in this reply On Monday, October 12, 2015 at 8:11:08 PM UTC+3, orw...@google.com wrote: > > Google Web Search and Image Search decide for themselves how they rank > search results. Owners of Google

[visualization-api] Annotation Charts - How to display change of value in current display as a percentage?

2015-10-12 Thread Ray
How can I display the change in value of the selected time range as a percentage on the chart, similar to how Google Finance charts display it: -- You received this message because you

Re: [visualization-api] datetime format in Google Charts (Areachart)

2015-10-12 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Your datetime values are actually strings that would have to be parsed, but the parsing turns out to be problematic. You should read up on dates and times for Google Charts on this page: https://developers.google.com/chart/interactive/docs/datesandtimes On Mon, Oct 12, 2015 at 3:20 AM,

Re: [visualization-api] Annotation Charts - How to display change of value in current display as a percentage?

2015-10-12 Thread 'Daniel LaLiberte' via Google Visualization API
Ray, We don't have that option in the AnnotationChart yet. It's a good idea, and we will probably get around to implementing it next time we are working that area. On Mon, Oct 12, 2015 at 10:03 PM, Ray wrote: > How can I display the change in value of the selected time