PieChart(drill down)

0
Hi , Here is a pie chart in which it contains RelationshipManager userrole(rsm) functionality  like approve, reject and inprogress ,And what i need is when i click approve in pie chart it should show SLA met and SLA breach like same to reject it should also show the SLA met and breach. Widget i use:chart Thanks in advance!
asked
1 answers
0

In the configuration of your pie chart there is a tab ‘Events

Here you can set the radio button to: ‘call a microflow’ 

Create a microflow to handle your event and as an input parameter use the object of the pie chart.
When you click on a part of the pie chart, the corresponding object will be returned in the microflow and you can handle this to your liking.

https://docs.mendix.com/refguide/charts-configuration#2-common-configuration

answered