Blazor HeatMap Chart Example - Bubble Type Visualization
This sample visualizes the female participation rate of the total female population in the country’s workforce. In Bubble Heatmap, the data points can be visualized using Bubble Size, Bubble Shade, and Sector view types.
Source:
https://data.worldbank.org/
Properties
Bubble Type
In this example, you can see how to display data points in Bubble Heatmap using multiple views such as Bubble Size, Bubble Shade, and Sector. You can change the cell type to Bubble by using the TileType property in CellSettings, and you can change the view of the Bubble Heatmap by using the BubbleType property in CellSettings.
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.