This sample visualizes the female participation rate of the total female population in the country’s work force. In Bubble Heatmap, the data points can be visualized using bubble size, bubble shade and sector view types. In property panel, the options are available to change the view of the data points in the bubble Heatmap by means of dropdown.
In this example, you can see how to display the data points in bubble heatmap using multiple views such as bubble size, bubble shade and the 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.
Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.
Injecting Module
Heatmap component features are segregated into individual feature-wise modules. To use a tooltip,
inject the Tooltip
module using the Heatmap.Inject(Tooltip)
method, and use a
legend by injecting the Legend
module using the Heatmap.Inject(Legend)
method.