cancel
Showing results for 
Search instead for 
Did you mean: 

How to change dimension of PIE chart with DropDown in SAC Designer

0 Kudos

Hi,

I have a dropdown with 3 dimensions lets say Region, Operation_group, Plant and having a PIE chart. I want to change the dimension of PIE chart by selecting dropdown.

It is possible when I am using BAR Chart, because BAR chart is having Category axis BUT in PIE not able to set category axis, Hence below scrip is not working.

PIE_Chart.addDimension("Region",Feed.CategoryAxis); -----> Category axis is not available in PIE CHART

Pls guide me.

Accepted Solutions (1)

Accepted Solutions (1)

saurabh_sonawane
Active Contributor
0 Kudos

Hi,

use a feed.color to add and remove dimension in the pie chart.

Thanks,

saurabh S.

0 Kudos

Interesting, I guess it will work, i'll update you soon on this. but what about measure , if I want to change measure with dropdown then how it will change.

Thanks

Mukesh.

Answers (1)

Answers (1)

saurabh_sonawane
Active Contributor
0 Kudos