i am wrapping the charts in a custom object so i can easily put multiple charts on one page and everything works fine except for click events going back to the object that contains the chart.
If a normal event parameter was passed back i could retrieve my object in the handler but sadly there is nothing passed to the handler. Is there a reason for this? If no, could there be an adjustment so that there is at least some info passed back to the handler? Passing back the chart object that you used to register the event with would already be great, that way you can immediately retrieve selected items in that chart and do stuff with it. Right now i kinda resolved it by catching the click of the svg of the chart and then finding the object that belongs to it and putting that in a global var. After the click the chart callback is done and i can get the object again from the global var. But it only works for things rendered in svg objects, didnt start on the tables yet.. Or is there another way to tie the chart events to my objects? thanks in advance, Rob btw, is this the place to ask for extra features? I can also help changing this if needed but could not find any normal looking sources (only the minified versions...) -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
