tags:

views:

108

answers:

1

Hello Friends.. I have a sliced pie chart.. I need to implement Click event on each slice to go other page.. Can any body tel me how to do this kind of clicks on the pie chart using dojo

thanks

A: 

You should use actions for that. Read this article (linked from the official docs): http://www.sitepen.com/blog/2008/05/27/dojo-charting-event-support-has-landed/

As always you can look at the code for standard actions in dojox/charting/action2d.

Eugene Lazutkin