I want to create a cross filter chart based on data in the grid using Ag Grid library.
According to the example given in the documentation https://www.ag-grid.com/javascript-data-grid/integrated-charts-api-cross-filter-chart/#example-simple-cross-filter, if I hide the sales column using hide:true the cross filter chart get disappeared. I understood that since the data is not avaliable in the grid after hiding the column, the chart gets disappeared.
So, is there any way like I can hide the column from the grid at the same time use the hidden column data to create crossFilterChart?
from How to use the data of hidden columns in ag grid to create cross filter chart?
No comments:
Post a Comment