Hi, I am new to viz api. I am trying to create a small app using GWT and viz API to show some analytical data. Here, My requirement is to show tool tip on mouse over for pie, bar and column charts and to drill down on the select event for any of the mentioned charts. Here is what I tried so far..
1. OnMouseOverEvent - tried to use Handler.addHandler(..,..,...) passing the 3rd param as my custom select handler. 2. OnMouseOverEvent - tried to use chart.setSelection(JsArray<selection> selections). Is there any way to handle such scenario? The solutions given in the forum are restricted to Google viz API only but it does not have a fruitful solution for GWT+Viz API. Thanks in advance! -- 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.
