Example of Bubble Types in React HeatMap Chart Component

/
/
BubbleTypes

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.

More Details...

Loading....
Description

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.

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.



Injecting Module

Heatmap component features are separated into discrete feature-based modules. To use a tooltip and the legend, inject the Tooltip and Legend module using the {''} method.