How to give multiple data points to the pie chart

0
 Hi,   Actually, the data are hided inside the rsm segment, we have to seperate the data into different segments and to display them as seperate segments. But we can give only one data point field but there are many fields in my entity to be used in the pie chart. How can we give many data points value to the pie chart. If there is a way let me know ? Thanks in advance.
asked
1 answers
0

A pie chart by definition represents only one set of datapoints. So if you want to see the datapoints that are now hidden in rsm, set up the piechart for showing only the rsm data.

See some demos in https://mydemoversion8-sandbox.mxapps.io/p/charts and/or check that sourcecode for how to set it up.

So the answer to your question: feed the piechart with on set of datapoints, each point having a label and a value 

answered