cancel
Showing results for 
Search instead for 
Did you mean: 

Issue on clearselection on chart componenet

0 Kudos

Hi ,

Am facing issue with chart clearselection method.Requirement is like i have one pie chart and based on the pie chart selection the other combined chart should filter out and for the next selection the existing selection should be cleared .

I tried the following method

CHART_3.clearSelection(); on the onselect event as last statement but its not working as expected am able to see the selection.

Could you please help out here.

thanks

Anitha

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member269156
Active Participant
0 Kudos

Hi,

Did you try

Chart.setDataSelection('{}');

Thanks,

Raju

0 Kudos

Not working giving