Does kendo provide any way to implement heat map chart similar to highcharts heat map chart?( Highcharts heatmap demo example)
Asked
Active
Viewed 313 times
0
-
2Take a look over here with all charts possible for Kendo Angular: [Kendo Angular Charts Overview](https://www.telerik.com/kendo-angular-ui/components/charts/) – Rico Koldi Jan 14 '20 at 08:02
1 Answers
1
I just found this heatmap.component.ts
in their Angular GitHub project. So, yes, it can be done with custom code.

xinthose
- 3,213
- 3
- 40
- 59
-
Thank you @xinthose for sharing useful information. I will go through it. – prasad07 Jan 16 '20 at 10:17