I am using pie chart for visualization which has more than 500 records. For first 10 values I am getting different slices, however remaining details are clubbed into "Other" option. The requirement is, when we click on each slice it will be considered as token and passed to next panel as a input. Then in new panel table will be displayed for that value along with additional details. The issue is when I am clicking on "Other (12)" value it is considering "Other (12)" as token value. Can someone help me to identify how can I expand other option and created corresponding statistics table for it?
... View more