Skip to main content
1-Visitor
August 1, 2016
Question

Piechart data mapping

  • August 1, 2016
  • 3 replies
  • 1607 views

Hi,

I am mapping infotable data to pie chart using grid widget.Can anyone tell me is there any other way so that i can map the infotable data directly to pie chart without using GRID widget.Is it possible??

3 replies

1-Visitor
August 1, 2016

Hi Isha,

You can use expand your all data from the service and map each of your data field to the source data of the chart. Below is the sample line chart that has data from infotable. Hope this helps.

1-Visitor
August 2, 2016

Hi Isha,

I don't know why you need a Grid Widget, you bind Service result to the Pie Chart, nothing related to Grid Widget, I may not understand the question...

You can remove freely the Grid Widget.

Best Regards,

5-Regular Member
August 2, 2016

Isha,

How ever you are binding the InfoTable to the Grid, just do the same to the Pie Chart. The Grid is just a Widget and is used to view data. You are actually pulling the InfoTable data from a service result.

Meghan