Blazor HeatMap Chart Example - Default Functionalities
This Blazor Heatmap Chart sample visualizes the sales revenue of items sold by employees in a week, with daily revenue displayed as USD 1000 in each cell.
Heatmap Rendering - This example demonstrates how to render a Heatmap with a provided data source, displaying data in an organized grid format for easy analysis and pattern recognition.
Visual Styling - The palette color is applied to items in the Heatmap, creating a color-coded visualization that makes it intuitive to identify high and low values at a glance.
Legend Display - The default legend is enabled in this example to represent the data values and their corresponding color mapping, helping users understand the value scale used in the visualization.
Interactive Features - The tooltip is enabled in this example. Hover the mouse over a data point or tap on touch-enabled devices to view detailed revenue information for each employee and day combination.