Hi, 

in a function to calculate values for a column (as in 
view.setColumns([0,{calc:someFunc}]), is it possible to get the current 
column index in the function?

function someFunc(data, row){
    var colIndex = ????; // would like to find 1 here...
}

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart 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-chart-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to