0

Does kendo provide any way to implement heat map chart similar to highcharts heat map chart?( Highcharts heatmap demo example)

prasad07
  • 201
  • 1
  • 5
  • 2
    Take 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 Answers1

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