Radio button Action and bar chart refresh based on the radio button option selection

0
Hi Team, Trying to implement the radio button feature and chart refresh based on the selected radio button action. can you please share the steps on how to implement for the data stored in entity? and also share the sample example code that has this feature implemented 
asked
1 answers
0

I can't share example code, but maybe I can help you in the right direction.

The chart refresh should be on the same page but one object deeper than the radio button. It could be that you need a non persistent helper object for this. The data source of the chart should be refreshed by the on change event that is configured in the radio button. If you do that, if you click on the radio button, it will refresh the chart.

answered