I'm kind of having trouble following. You mean you handle a select event by calling goUpAndDraw(), and the chart doesn't go up? Can you send a code snippet?
On Wed, Nov 16, 2011 at 1:37 PM, in_the_middle <[email protected]> wrote: > Hi, > > Exactly , i mean the chart header when i was talking about the top. > > Currenty, I've registered the "select" event into a function > ("select_node") and I've identified some nodes in order to call the > goUpAndDraw() method. But, unfortunately it has not been enough. > > Once it gets out of the function registered to manage the event it > draws again the node selected. > > I could fix it calling exit () just after the goUpAndDraw(), but it's > not very pretty :P ... How could I avoid redrawing the chart after > the select event if I have called the goUpAndDraw() method? > > Thank you in advanced > > > On Nov 16, 11:59 am, MC Get Vizzy <[email protected]> wrote: > > What do you mean by the top of the menu? Do you mean the chart header? > If > > so, I don't think there is a good way; the chart doesn't fire an event > when > > the user clicks the header. You could create your own menu and put it on > > top of the chart. > > > > > > > > > > > > > > > > On Tue, Nov 15, 2011 at 9:42 PM, in_the_middle <[email protected]> > wrote: > > > Does anyone how could i call the goUpAndDraw() method from the top of > > > the menu instead of using right click > > > > > thank you in advanced > > > > > -- > > > 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. > > -- > 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. > > -- 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.
