On Wed, Jul 13, 2011 at 8:15 PM, NA <[email protected]> wrote: > Is there a way to remove the formatting of an entire column? This > would be similar to setFormattedValue(r,c,null) for all r in all rows. >
Interesting idea, but no, no such ready-made utility. > Alternately, what's the default column formatter used by the > visualization API? If I could get that, I could just set it as the > column's formatter. > There is no default formatter. If the fomatted value is null, getFormattedValue return same as getValue, only as string. > -- > 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. > > -- 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.
