Search results

CellSettingsModel API in Vue HeatMap API component

Interface for a class CellSettings

Properties

border

BorderModel

Specifies the cell border style.

bubbleSize

BubbleSizeModel

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

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.

enableCellHighlighting

boolean

Enable or disable the cell highlighting on mouse hover

format

string

Specifies the formatting options for the data label.

isInversedBubbleSize

boolean

Enable or disable the bubble to display in inverse

showLabel

boolean

Toggles the visibility of data label over the heatmap cells.

textStyle

FontModel

Specifies the cell label style.

tileType

CellType

Defines cell Type. They are

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