Blazor HeatMap Chart Example - Cell Data Binding
This sample visualizes the percentage growth rate of individuals using the internet in a country compared to the overall population of the country.
Data Binding - This example demonstrates how to bind two-dimensional array objects as DataSource for the Heatmap component and configure it using data adaptor support. This approach provides flexibility in structuring and organizing your data.
Data Visualization - The array structure allows efficient mapping of multi-dimensional data into the heatmap cells, enabling clear visualization of relationships and patterns in your dataset.
Interactive Features - The tooltip is enabled in this example. Hover the mouse over a data point or tap on touch-enabled devices to view precise values and detailed information about each cell in the heatmap.