yeah - three hours and two coffes later - I found it: 

*]}, {c: [  *  - to many at each line.  delete; and all works

sorry for premature cry for help.  Nevertheless, I understand g.charts so 
much better now..


W dniu niedziela, 25 stycznia 2015 09:58:05 UTC+1 użytkownik Tomasz Piwniuk 
napisał:
>
> Hi All, 8+ hours, all format-quotes combinations tried, all 
> possibly-related posts read through and through.  I'm stack...
>
>
> simple line chart, draw function definition:
>
> function drawChart() { var data = new google.visualization.DataTable( { cols: 
> [ 
>
> {id: 'c1', label: 'DataNotowania', type: 'date'}, 
>
> {id: 's2', label: 'Close', type: 'number'}], 
>
> rows: [ 
>
> {c:[{v: "Date(2005, 6, 9)"}]}, {c: [{v: "30.00"}]},
>
> {c:[{v: "Date(2005, 6, 10)"}]}, {c: [{v: "29.50"}]},
>
> {c:[{v: "Date(2005, 6, 13)"}]}, {c: [{v: "29.70"}]}],"p":null}); 
>
> var options = {title: 'Company Performance'}; var chart = new 
> google.visualization.AreaChart(document.getElementById('chart_div')); 
> chart.draw(data, 
> options);  }
> chrome message undefined is not a function×
> ie: Object xx has no method 'getTimezoneOffset'        need help - any 
> idea what's wrong? 
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to