Set the formatted value of all of the numbers to an empty string.
Something like this will do it:
for (var i = 0; i < data.getNumberOfRows(); i++) {
data.setFormattedValue(i, 1, '');
}
On Wednesday, March 20, 2013 2:44:58 PM UTC-4, [email protected] wrote:
>
> Does anyone know how I can hide or remove the value at the bottom center
> of the gauge? I want to use the gauge to display qualitative ratings so
> the number value is irrelevant. Please, no responses asking why I want to
> do it that way. thanks!
>
> Cheers,
> Eric
>
--
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.