Hello,

I've noticed over the past few months as new code updates have been
released, that one of the methods for the Gauge control has changed.

Back in the July/August timeframe, the method to retrieve the max
value for the gauge was:

response.lb[0].message


Then Google deployed a code update which removed the "lb" method
sometime in the September timeframe.  The method was then changed to:

response.sb[0].message


Then, a few weeks ago, Google deployed another code update which
removed the "sb" method which was replaced by this:

response.ub[0].message


These changes in the methods have caused my web pages that leverage
the Gauge to break and the constant change to the methods makes using
the Gauge increasingly unattractive.  Why have the methods been
changed?  Am I missing something here?

Thank you,

Eric

-- 
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