Hi, I was unable to reproduce your issue. Could you please modify this jsfiddle ( http://jsfiddle.net/7RfLn/ ) in such a way that it fails in the way you're seeing?
On Mon Jul 07 2014 at 9:19:53 AM, Murilo Faria <[email protected]> wrote: > Hi, > > I'm trying to change de selection of Scatter Graph when user click in a > button, but when I call the setSelection function with the specific row and > column that I want to select, the following exception is throw: > > Cannot read property 'nodeType' of undefined or null reference. > > this.chart.setSelection([{ > row: data.row, > column: data.column > }]); > > I checked the row and column values, and it's correct. > > I appreciate if someone could help me with this. > > Thanks, > > Murilo > > -- > 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. > -- 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.
