Search results

PaletteSettings API in JavaScript (ES5) HeatMap API control

Sets and gets the options to customize the color palette of heatmap.

Properties

colorGradientMode

ColorGradientMode

Specifies the color gradient mode in heatmap. This property is used to set the minimum and maximum values for colors based on row and column.

Defaults to ‘Table’

emptyPointColor

string

Specifies the color for the empty points in heatmap.

Defaults to

fillColor

FillColorModel

Specifies the options to set fill colors.

palette

PaletteCollectionModel[]

Sets and gets the color palette collection for heatmap cell.

type

PaletteType

Specifies the style in which the color is to be applied to the cells.

  • Gradient - Renders the heatmap cells with linear gradient colors.
  • Fixed - Renders the heatmap cells with fixed colors.

Defaults to ‘Gradient’