Hi
Is it possible to have graphs for grids, like in the example below, important is the ability to drill down to the data behind the chart (e.g. by clicking on blue zone in pie chart) and see the data in the grid.
ItemSelection(event: any) { if(this.item === event.args.dataContext.Company){ this.item = "" }else{ this.item = event.args.dataContext.Company; } this.condClasses = { deselect: this.deselectCondition, select: this.selectCondition }; this.grid.reflow(); }