You don't want the header row any more. That was for the arrayToDataTable
method.
There's a typo in the code:
data1.addColum*m*('number', 'RPWS1');
should be:
data1.addColum*n*('number', 'RPWS1');
(the first "addColumn" has "mm" at the end, when it should have "mn")
On Sunday, February 24, 2013 4:25:43 PM UTC-5, Matevz Uros Pavlic wrote:
>
> I think it's because there were no heading row...
> I fixed that with
>
> rowsList.Add("['Datum', 'Sava', 'RPWS1']");
> foreach (DataRow row in dt.Rows)
>
> But it still doesn't show the chart...
>
>>
> I think the problem is because it dosen't render the apostrophe correctly.
> It renders it as :
> ['Datum', 'Sava', 'RPWS1'],
> [new Date(2012, 7, 29, 18, 0, 0), 161.87, 161.79],
>
>
--
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.