[visualization-api] Timeline gives blank page

2014-09-19 Thread Ákos Kovács
I have a Google Timeline based graph. It was worked properly, perfectly. I have percived yesterday, that it gives only a blank page, without any error messages. I use JSON file as source, so I have checked it. It is also error free. I have not modified anything on this. What is your oppinion,

[visualization-api] Google Timeline fix different color for each timesheets

2014-09-04 Thread Ákos Kovács
I have a timeline with a lot of rows and in each rows are several timesheets. I would like to fix for each timesheet an exact color, so one type of timesheet will have same color in every row. I am using this code: var options = { colors: ['#0C14F2', '#114C9E', '#ee8800', '#F6FF00'],

[visualization-api] Google Chart Timeline floating X-axis

2014-08-21 Thread Ákos Kovács
How can I set floating X axis in Timeline? My list is very long, and I see the timeline after scrolling. I would like to show timeline always at the bottom of the screen. -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To

Re: [visualization-api] Re: Encode PHP array to JSON and add to chart row

2014-08-18 Thread Ákos Kovács
How can you please encode multiple lines? 2012. június 13., szerda 13:12:37 UTC+2 időpontban Wesley Chin a következőt írta: Thank you, I have solved it, the format of the JSON was incorrect! On Wed, Jun 13, 2012 at 10:19 AM, John M jm.li...@gmail.com javascript: wrote: Do you get any

[visualization-api] Re: Mutiple records to Google Charts

2014-08-18 Thread Ákos Kovács
, and it will stop overwriting. Also, you need to adjust your months by 1 to match Javascript's 0-indexed months: $month=date(m, strtotime($date)) - 1; On Saturday, August 16, 2014 4:45:17 PM UTC-4, Ákos Kovács wrote: I would like to make a timeline from a SQL query with the help of Google

[visualization-api] Mutiple records to Google Charts

2014-08-16 Thread Ákos Kovács
I would like to make a timeline from a SQL query with the help of Google Charts. I have used the foillowing code to create the array, that encode to json. The problem is, that $table contains only the last record on the end of this code, but I have more than 1 record. I have used print_r for

[visualization-api] Re: Need help with TimeLine visualization - data from JSON file.

2014-08-14 Thread Ákos Kovács
How can I generate a json file like that you have pasted? 2013. november 7., csütörtök 17:21:46 UTC+1 időpontban SAP a következőt írta: Hi.. I am looking to pull data for timeline from a JSON file. I get below error. Please help in fixing this. ERROR: Uncaught Error: Invalid JSON

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

2014-08-02 Thread Ákos Kovács
substitute a different database in most cases). On Friday, August 1, 2014 4:11:30 AM UTC-4, Ákos Kovács wrote: I have created a .json file from an SQL query. (This file is without cols and rows, I do not, can be that a problem?) I tried to use this tutorial for generating a timeline graph

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

2014-08-02 Thread Ákos Kovács
, 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 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

[visualization-api] Timeline chart from JSON file

2014-08-01 Thread Ákos Kovács
I have created a .json file from an SQL query. (This file is without cols and rows, I do not, can be that a problem?) I tried to use this tutorial for generating a timeline graph, but it gives a blank page. https://developers.google.com/chart/interactive/docs/php_example -- You received this