https://www.telerik.com/kendo-angular-ui/components/charts/drill-down/
Error: src/app/dashboard/dashboard.component.html:20:23 - error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{ "Company A": { product: string; sales: number; }[]; "Company B": { product: string; sales: number; }[]; }'.
20 [data]="productData[company]"
~~~~~~~~~~~~~~~~~~~~