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!