var viewJoinTables = new google.visualization.DataView(groupedValue);
var table = new 
google.visualization.Table(document.getElementById('test_dataview'));
viewJoinTables.setColumns([0,1,2,3, {type:'number', label:'Total', calc: 
ventes} ]);
 function ventes (groupedValue, row) {
return 2;
  
}
my column is still empty ...

>
>
>
> -- 
> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> 
>  - 978-394-1058
> [email protected] <javascript:>   562D 5CC, Cambridge MA
> [email protected] <javascript:> 9 Juniper Ridge Road, Acton MA
>  

-- 
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.


Reply via email to