On Wed, Jun 30, 2010 at 6:10 PM, Abdel Karim <[email protected]>wrote:
> Hello, > > I'm working on a GWT project on eclipse. In this project I use the > google chart tools. But I've a problem with the Pie Chart. First I'd > like to know how to print out the percentage as you can see on this > sample > > http://code.google.com/intl/fr/apis/visualization/documentation/gallery/piechart.html The percentage are the default when drawing the PieChart with our new library. To get the new library use the 'corechart' package when loading the piechart or any other axis based chart. > > Second I'd like to know how to handle the mouse events as you can see > on the sample , when the mouse come over the pie chart , we have a > message about the slice. > Whenever a chart supports events (e.g., selection, hover, paging etc.) you can listen to the event and add your preferred functionality. Here is an example http://code.google.com/apis/visualization/documentation/examples.html#interaction_example > > Please Help me. > > > Best Regards > > -- > 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]<google-visualization-api%[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.
