Chart Selector Filter

0
Hi, I would like to create a filter to filter charts to be viewed. How can I solve this problem.
asked
1 answers
0

Hi Lee,

you can create different enum of chart types, create a dropdown of those enums and onclick event of dropdown select save changes.

lastly add conditional visibility of different charts based on enum value.

So whichever chart type user will select from dropdown  ,only that will be visible to him.

 

Hope it helps!

answered