Thank you! On Fri, May 31, 2013 at 5:34 PM, asgallant <[email protected]> wrote: > There is a javascript solution: > > for (var i = 0; i < x.getNumberOfColumns(); i++) { > if (x.getColumnType() == 'number') { > for (var j = 0; j < x.getNumberOfRows(); j++) { > x.setValue(j, i, x.getValue(j, i) * 1); > x.setFormattedValue(j, i, '' + x.getValue(j, i)); > } > } > } > > I would just keep that in mind in case you run into issues with the numbers > being input as strings.
-- 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.
