Use the attached version of chart1.php; it has the correct code to 
transform your dates into Date objects.  I also made a small change in 
test1.php.

On Saturday, March 16, 2013 7:05:10 PM UTC-4, [email protected] wrote:
>
>
>
>> 1) there is PHP code in this page that isn't getting parsed.  Make sure 
>> that the file has a .php extension and is getting processed correctly.
>>
> I change it by:
> var jsonData = $.ajax({
> url:'chart1.php',
> dataType: 'json',
> async: false
> }).responseText;
>  
>
>> 2) the DataTable's date column is still formatted incorrectly: 
>> "2013-03-07" needs to be formatted as "Date(2013, 2, 7)"
>>
>  This not clear for me
> sorry my english language not good:(
> In mysql when i select date from calender it apeare like this 2013-03-07
>
> 3) you have a DataView that selects columns 0 and 3, but the DataTable 
>> only has two columns.
>>
>      I remove dataview ..just datatable 
>
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


<<attachment: chart1.php>>

<<attachment: test1.php>>

Reply via email to