Example of Default Functionalities in Blazor HeatMap Chart Component
This Blazor Heatmap Chart sample visualizes the sales revenue of items sold by the employees in a week, where the revenue for the day is displayed as USD 1000 in a cell data.
In this example, you can see how to render a Heatmap with the provided data source. The palette color is applied to the items in Heatmap. The default legend is enabled in this example to represent the items.
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.