I am currently using a drill down which refreshes a graph in the same page, now I want to create a click elsewhere in the chart which brings the drilldown back to default values. Could someone help with this?
Basically, its a pie chart with drilldown to a tabular view. Clicking on one of the pie changes the tabular view based on which pie is clicked. Now, I want to create some thing which can take me back to the default view i.e. all the values in pie chart and all the values in tabular form.
Depending on how you have set up your drilldowns, you could set up a drilldown in the table which resets the search parameters for the table. That is, a click on the pie chart narrows the search and a click on the table resets it. (I use this sort of technique although I tend to hide the table when it is clicked on.)