Bryan, We do appreciate that you are testing with 1.1 so that we don't find out about problems until it is too late - I'd much rather patch the ongoing release than roll it back.
If you can point to the page, we can figure out what data is given to the chart. Or if you could change your code to make a call to dataview.toDataTable().toJSON() to convert your data view into a data table, and from there to a JSON string, dump it to the JS console and copy/paste it into an email, we could look at it that way. It is possible the problem is in how the data view is used, however, so we won't see an error just using the resulting data. So it would be best if you could point us at the broken page so we can watch it in action. On Tue, Jan 27, 2015 at 3:48 PM, <[email protected]> wrote: > > > On Tuesday, January 27, 2015 at 3:14:42 PM UTC, Daniel LaLiberte wrote: >> >> Thanks for your compliments and bug report. >> >> I just tried bubble chart with 1.1 and it seems to work for me. I >> modified the bubble chart example from the docs to load 1.1: >> http://jsfiddle.net/dlaliberte/nw441j4c/ Does this work for you? If it >> fails in the same way, which browser and platform are you using? If this >> example works fine, then whatever you tried is using data or options that >> cause a problem, so we would like to find out what it is. >> >> On Tue, Jan 27, 2015 at 2:48 AM, <[email protected]> wrote: >> >>> Just been using version 1.1 and there seems to be an error on the bubble >>> charts - it throws up an error : >>> >>> undefined is not an object (evaluating 'glc)') >>> >>> when tryuing to draw the chart. >>> >>> works fine when I switch back to version 1 so its either a bug or its my >>> error which is just showing up on the latest version (probably the latter). >>> >>> Thanks >>> >>> (ps - lots of good new stuff in the candidate though - especially like >>> the horizontal candlestick charts - and the animation seems to be fixed too >>> when using it with phonegap.) - i'm a big fan of your product - keep up the >>> excellent work!) >>> >>> -- >>> 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. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> >> - 978-394-1058 >> [email protected] 5CC, Cambridge MA >> [email protected] 9 Juniper Ridge Road, Acton MA >> > > > > Daniel - thanks for getting back - well - I've tried substituting my > options into your example and that works very well - including the > animation. So I guess that boils down to the data. Thing is my program is > rather large by now and its written in PhoneGap - so not super easy to > translate into an example. The main test though is that all I have to do is > change the version from 1 to 1.1 and it generates the error - so no doubt > I'm running on borrowed time right now. > > The data I am passing originates in a google spreadsheet. From there I use > JStorage to hold it locally and then after retrieving the data I create a > data table which is variously filtered, augmented and ends up in a data > view. I would obviously be happy to send you the offending code but its > rather involved and I wouldn't want to impose - i've been struggling for a > couple of hours to create a simpler example but this is going to take me > some time. > > Bryan > > -- > 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. > 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. For more options, visit https://groups.google.com/d/optout.
