Display text in PieChart Data-Label and Legend

0
I am using PieChart widget that displays the count of Enumeration "Status” having values "Completed”,"Pending”,"In Progress” and "Cancelled” (derived from a microflow). I want to display as text "Completed”,"Pending”,"In Progress” and "Cancelled” with percentage in Data label and Legend. Currently im only able to view percentage.  
asked
1 answers
3

Hi Ajit,

As per my answer on the following question,

https://forum.mendix.com/link/questions/102161

Legends are getting displayed based on the attribute we use for Name in widget properties

So you can change that value to return like below based on your requirement

Completed -1

You can acheive this by updating the pie chart objects value like below 

The output will look like this

I hope this helps you 

 

answered