It's much easier than I thought to implement one's own custom
formats...

for (row=0; row<nRows; row++)
    {
        pct = data.getValue(row, col);
        data.setFormattedValue( row, col, (pct*100) + '%');
    }

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to