Blazor HeatMap Chart Example - Row Data Binding
This sample visualizes the GDP growth rate for the countries which are the world’s major economies over the years.
In this example, you can see how to bind an array object as a DataSource for Heatmap and configure the Heatmap using the data adaptor support. You can directly bind the array object to the Heatmap DataSource with default property settings.
The tooltip is enabled in this example. To see the tooltip in action, hover the mouse over an item or tap an item on touch-enabled devices.