The colorAxis option is not locked in to what I listed there.  If your 
minimum is 0, then set up the option like this:

colorAxis: {
    values: [0, maxValue],
    colors: ['#FFFFFF', '#00FF00']
}

all the option does is map colors to values - it can have as many or as few 
elements in it as you wish.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/_6-ksRZD5A4J.
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