Bubble HeatMap in ASP.NET Core HeatMap Chart Component

18 Nov 20182 minutes to read

The cell customizations and color mapping for rect tile type is defined in appearance and palette sections in detail.

Bubble types

In bubble HeatMap, you can display the data points with bubble size, bubble colors, and sector attributes of the bubble.

Bubble size

In this bubble HeatMap type, the size factor of the bubble is used to denote the data variations. The radius of the bubble varies according to data values.

ASP.NET Core HeatMap chart with Size bubble type

Bubble color

In HeatMap, defined with this tile type, the data points will be represented with same sized bubbles and the data value variations are represented with the bubble colors.

ASP.NET Core HeatMap chart with Color bubble type

Bubble sector

In this bubble HeatMap type, the sector of the bubble decides the magnitude of data point. If the sector is large, then the data point value will be high.

ASP.NET Core HeatMap chart with Sector bubble type

Combining size and color bubble types

The following examples demonstrate different data binding with the SizeAndColor bubble type set in the HeatMap.

Array binding

When an array of numbers is specified as the data source, the bubble HeatMap can be rendered with different sizes and colors depending on the bound data.

Table

The following example illustrates how to render a bubble HeatMap with different sizes and colors using array table binding.

Bubble HeatMap with size and color combined and rendered with array data and table adaptor type

Cell

The following example illustrates how to render a bubble HeatMap with different sizes and colors using array cell binding.

Bubble HeatMap with size and color combined and rendered with array data and cell adaptor type

JSON binding

When a list of JSON objects are specified as data source, the bubble HeatMap can be rendered with different sizes and colors depending on the bound data.

Table

The following example illustrates how to render a bubble HeatMap with different sizes and colors using JSON table binding.

Bubble HeatMap with size and color combined and rendered with JSON data and table adaptor type

Cell

The following example illustrates how to render a bubble HeatMap with different sizes and colors using JSON cell binding.

Bubble HeatMap with size and color combined and rendered with JSON data and cell adaptor type

Binding size and color values from datasource

Bubble HeatMap with size and color type and bubble attributes