I have created a vizFrame Pie chart that consumes data from a sample ODATA service.My requirement is that I needed to navigate from that Pie Chart to another Bar Chart on click of a particular section of a pie.The bar chart should show only that section details which was clicked in the pie chart.For eg.In my example,when i click on Notebooks section in my pie chart,It should show only Notebook details in my Bar chart,which appears in the next view.Can anyone help me with the code?