[visualization-api] Re: Timeline chart from JSON file

2014-08-02 Thread Ákos Kovács
Where can I find please this specific format? I have not found any daily timeline tutorial, only Google's official. 2014. augusztus 2., szombat 2:26:00 UTC+2 időpontban Andrew Gallant a következőt írta: The DataTable constructor requires a very specific JSON format; if you aren't using

[visualization-api] Re: Official documentation on how to include multiple charts on the same page?

2014-08-02 Thread Saji Antony
I am glad. -- 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

Re: [visualization-api] Re: Official documentation on how to include multiple charts on the same page?

2014-08-02 Thread 'Jon Orwant' via Google Visualization API
Noted. I'll put it in the docs when I get a chance. Thanks for the suggestion! Jon On Fri, Aug 1, 2014 at 2:03 PM, WhoSoLovesUs d...@rvt.com wrote: Hi, ok I got it working ... thanks so much for sharing this :) Something like this would be handy to have in the Google Charts documentation

[visualization-api] Re: I'd like to commission someone to write a fairly basic line chart. Interested?

2014-08-02 Thread Andrew Gallant
To fix the issue with the blank line at the end of the file, replace this line from the csvToDataTable function: rawData.push(row); with this: if (i === 0 || row.length === rawData[0].length) { rawData.push(row); } That will add the row of data only if it contains a number of elements

[visualization-api] Re: Timeline chart from JSON file

2014-08-02 Thread Andrew Gallant
This post https://groups.google.com/d/msg/google-visualization-api/2LNtd5Fe8L8/QXJHhQBvBHEJ contains a description of the JSON string. On Saturday, August 2, 2014 2:24:29 AM UTC-4, Ákos Kovács wrote: Where can I find please this specific format? I have not found any daily timeline

[visualization-api] Re: Visualization Playground Broken Link

2014-08-02 Thread joekkd
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

[visualization-api] Re: Timeline chart from JSON file

2014-08-02 Thread Ákos Kovács
Yes, I see, but how can I implement it to PHP? 2014. augusztus 2., szombat 17:14:25 UTC+2 időpontban Andrew Gallant a következőt írta: This post https://groups.google.com/d/msg/google-visualization-api/2LNtd5Fe8L8/QXJHhQBvBHEJ contains a description of the JSON string. On Saturday,

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

2014-08-02 Thread 'Jon Orwant' via Google Visualization API
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 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