Hi Karlbin,
Some steps that can help to debug the issue:
- Check if you have errors on the console (both on the browser developer tools and in Mendix Studio Pro)
- Enabling developer mode on the Pie Chart can also help you to inspect/try the chart's configurations to make sure they work
Let me know if this helps,
João
Hi Karlbin
In the DS microflow , the chart object is being refreshed which would load the context again and calls the DS microflow again.
Like this, the context would be refreshed in an infinite loop and the pi chart loads again and again.
Remove the refresh activity for chart object inside DS microflow.
If the refresh activity is unavoidable, then check for other options to load the chart. (Not by microflow).
You can observe this behaviour by adding a break point in your DS microflow.
Regards
Ajay