Tooltip in ASP.NET Core HeatMap Chart Component
18 Nov 20181 minute to read
Tooltip is used to provide the details of the heatmap cell, and this can be displayed, while hovering the cursor over the cell or performing tap action in touch devices.
Default tooltip
You can enable the tooltip by setting the showTooltip property to true.
Tooltip template
In heatmap, you can customize the tooltip using the tooltipRender client side event.
Customize the appearance of Tooltip
The fill and border properties are used to customize the background color and border of the tooltip respectively. The textStyle property in the tooltip is used to customize the font of the tooltip text.