Hi We support only methods that are listed in the documentation pages, and we try to give proper names to these methods. Methods that are not exposed externally are assigned obfuscated names automatically by the Closure compiler <http://code.google.com/closure/compiler/>. Therefore we are not responsible (or aware) to these name changes.
If there is some method that you need and is missing, you can open a feature request for it and we will consider adding a proper method for it (which will keep its name). Best, Viz Kid On Thu, Nov 18, 2010 at 10:12 PM, EricT <[email protected]> wrote: > 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]<google-visualization-api%[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.
