Is there a preferred idiom to do the legal javascript equivalent of: map(lambda: x,a,b,c, myfunction(): row[x].col[c] = my_function(row[x].col[a], row[x].col[b]) for x in range(0,len(row)))
so we can eg construct on-the-fly smoothed state, differences, % &c &c from data previously loaded via json? I can trivially code it[*]. I just wondered if bitter experience has led to a safe, sensible way to do it. [*] its going to run like a dog, and probably be hugely unsafe, and have to deal with null args and a whole heap of stuff which smarter people could do better, But I would have thought we'd all wind up needing to construct data columns on-the-fly which are a function of other columns we have in-hand. -- 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/groups/opt_out.
