Yes. Just use the setAnnotationWidget method (and related methods like setAnnotationLocation) in a manner similar to how you used addTick with widget arguments.. See the Client-side GChart javadocs for details:
http://gchart.googlecode.com/svn/trunk/doc/com/googlecode/gchart/client/GChart.Curve.Point.html#setAnnotationWidget%28com.google.gwt.user.client.ui.Widget,%20int,%20int%29 The live demo's grouped bar chart provides an example that uses setAnnotationWidget: the labels on top of each bar are clickable buttons. Click the source code link on that chart for the example code: http://gchart.googlecode.com/svn/trunk/live-demo/v2_3/com.googlecode.gchart.gchartdemoapp.GChartDemoApp/GChartDemoApp.html John C. Gunther http://gchart.googlecode.com On Oct 31, 8:45 am, Ginny <[EMAIL PROTECTED]> wrote: > Is there a way to implement a pop-up on a data point ingchart? I'm > using tick widgets now to enable pop-ups on the x-axis, but I'd really > like to have this capability on a per-data-point basis. > Ginny --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
