Simon, The error message you are getting suggests you are accessing internal properties of the Google Charts API. This is strongly discouraged, since you will get such errors every time there is a new release because the internal property names will change. Attempting to use a frozen version won't help you either. Only the public documented API names are preserved.
I don't know what slider or range you are using, but perhaps you should post enough of your code, or create a jsfiddle example, so we can maybe help you find an approved way to do it. On Tue, Aug 18, 2015 at 10:10 AM, Simon Fairey <[email protected]> wrote: > Hi > > > > Since the last release we started getting the following error: > > > > Uncaught TypeError: Cannot read property 'range' of undefined > > > > After some fiddling we found the property is now slider.*D*.range rather > than slider.*o*.range > > > > Was this intentional and where should I have noticed this in the release > notes if it was the case, just so I don't miss something next time :-) > > > > Thanks > > > > Simon > > -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/7c03d2a0-1773-46b2-b53c-7ccbb9249753%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/7c03d2a0-1773-46b2-b53c-7ccbb9249753%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJN-8gK547e6K2Z0998mb_M0AKZg%3DwAp3vC9_Ynba-A3dg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
