Example of Bubble in React Maps Component

/
/
BubbleMaps

This sample illustrates the top 30 countries which has highest Internet users in bubbles of the year 2016.

More Details...

Loading....
Description

In this example, you can see how to render the bubbles for each shape in a map. Values of the shapes can be determined from the size and color of the bubbles. You can bind the desired colors from the data source to the bubbles.

Tooltip is enabled in this example. To see the tooltip in action, hover the mouse over a bubble or tap a bubble in touch enabled devices.


Injecting Module

Maps component features are segregated into individual feature-wise modules. To use the bubbles, inject the Bubble module using the Maps.Inject(Bubble) method.