Blazor HeatMap Chart Example - Calendar Visualization
This sample visualizes the summary of user activities in the GitLab account, including merge requests, push events, and comments across 52 weeks in a year, displayed in a calendar-style heatmap format.
Calendar Heatmap Display - This example demonstrates how to render calendar data using the Heatmap component, providing a clear visual representation of user activity patterns throughout the year.
Axis Label Configuration - You can control the display of axis labels at specific time intervals along the DateTime axis using the ShowLabelOn property in both axis directives. This allows customization of label frequency and positioning for improved readability.
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 activity information for specific dates or time periods.