Search results

CellSettings API in Vue HeatMap API component

Configures the CellSettings property in the Heatmap.

Properties

border

BorderModel

Specifies the cell border style.

Defaults to

bubbleSize

BubbleSizeModel

Specifies the minimum and maximum radius value of the cell in percentage.

Defaults to

bubbleType

BubbleType

Defines Bubble Type. They are

  • Size: Define the bubble type is size.
  • Color: Define the bubble type is color.
  • Sector: Define the bubble type is sector.
  • SizeAndColor: Define the bubble type is sizeandcolor.

Defaults to ‘Color’

enableCellHighlighting

boolean

Enable or disable the cell highlighting on mouse hover

Defaults to true

format

string

Specifies the formatting options for the data label.

Defaults to

isInversedBubbleSize

boolean

Enable or disable the bubble to display in inverse

Defaults to true

showLabel

boolean

Toggles the visibility of data label over the heatmap cells.

Defaults to true

textStyle

FontModel

Specifies the cell label style.

Defaults to

tileType

CellType

Defines cell Type. They are

  • Rect: Render a HeatMap cells in rectangle shape.
  • Bubble: Render a HeatMap cells in bubble shape.

Defaults to ‘Rect’