Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
Remove summary rows when draw chart from data of pivot
posted
Hi

I am following the guide to draw the chart from data of pivot. 

https://www.igniteui.com/pivot-grid/chart-integration 

https://www.infragistics.com/community/forums/f/ignite-ui-for-javascript/91528/retrieve-data-from-pivotgrid-and-charts/453001#453001

I can remove summary columns base on columnSpan, isExpandable, ... of columnHeaders when drawing chart 
I want to remove summary rows like summary columns but I don't know the way remove it.

Example: From below pivot a want to skip summary rows only keep rows(Beans - All country, Banana - All country, Broccoli - All country, Carrots - United States) when drawing the chart.

Can you give me logically to resolve it?