how can i create a dashboard for administrator using charts like pie charts and bar charts

0
i am creating a new healthcare application which require the following functionalities for administrator user role. See the dashboard of my healthcare application, i.re. No.of doctors, current waiting list of  patients, available medicine list, in the following page how can i create the dashboard
asked
1 answers
0

Hello,

 

To create Pie chart, refer this https://docs.mendix.com/appstore/widgets/charts/#57-pie-chart

Bar chart , https://docs.mendix.com/appstore/widgets/charts/#52-bar-chart

 

For dashboard purpose, you have to create Non persistable object. And call data source microflow in the dashboard page & build logic by fetching the data from persistable object & process it & map the data in Non persistable object and return Non persistable object.

 

 

Hop it helps!

Hope it helps!

answered