Mendix pie chart

0
I have the pie charts , currently pie charts showing the values in percentage, I want to show the count instead of percentage value , Is it possible in mendix pie charts -
asked
1 answers
0

Yes, it is possible to show counts instead of percentages in Mendix pie charts, but it depends on how you are configuring the chart.

If you ar using chart widget use Label format / Text template.

  1. Go to your Pie Chart widget properties
  2. Look for Text template or Label format then Set it to something like: {%value}

This will display the actual count instead of percentage.


answered