Interface: HeatmapSeriesOptions
Extends
SeriesBaseOptions<HeatmapTooltipRendererParams>
Properties
colorField
colorField:
string
Numeric value → cell color.
colorName?
optionalcolorName?:string
colorRange?
optionalcolorRange?:string[]
Color scale stops.
cornerRadius?
optionalcornerRadius?:number
id?
optionalid?:string
Inherited from
SeriesBaseOptions.id
itemPadding?
optionalitemPadding?:number
label?
optionallabel?:Switchable&FontOptions&LabelOverlapOptions&object
Value labels in cells (disabled by default).
Type Declaration
format?
optionalformat?:string
Serializable format string (',.2f', '.0%'); formatter wins over it.
formatter?
optionalformatter?: (params) =>string
Parameters
params
HeatmapValueParams
Returns
string
placement?
optionalplacement?:"top"|"right"|"bottom"|"left"|"center"|"top-left"|"top-right"|"bottom-left"|"bottom-right"
Placement within the cell (center by default).
name?
optionalname?:string
Inherited from
SeriesBaseOptions.name
showInLegend?
optionalshowInLegend?:boolean
Inherited from
SeriesBaseOptions.showInLegend
tooltip?
optionaltooltip?:Switchable&object
Type Declaration
renderer?
optionalrenderer?: (params) =>string|TooltipContentData
Parameters
params
HeatmapTooltipRendererParams
Returns
string | TooltipContentData
Inherited from
SeriesBaseOptions.tooltip
type
type:
"heatmap"
visible?
optionalvisible?:boolean
Inherited from
SeriesBaseOptions.visible
xField
xField:
string
Horizontal category.
Overrides
SeriesBaseOptions.xField
xName?
optionalxName?:string
Inherited from
SeriesBaseOptions.xName
yField
yField:
string
Vertical category.
Overrides
SeriesBaseOptions.yField