Interface: HeatmapSeriesOptions
Extends
Omit<SeriesBaseOptions,"tooltip">
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
itemPadding?
optionalitemPadding?:number
label?
optionallabel?:Switchable&FontOptions&object
Value labels in cells (disabled by default).
Type Declaration
formatter?
optionalformatter?: (params) =>string
Parameters
params
datum
value
number
Returns
string
placement?
optionalplacement?:"center"|"left"|"right"|"bottom"|"top"|"top-left"|"top-right"|"bottom-left"|"bottom-right"
Placement within the cell (center by default).
name?
optionalname?:string
Inherited from
showInLegend?
optionalshowInLegend?:boolean
Inherited from
LineSeriesOptions.showInLegend
type
type:
"heatmap"
visible?
optionalvisible?:boolean
Inherited from
xField
xField:
string
Horizontal category.
Overrides
xName?
optionalxName?:string
Inherited from
yField
yField:
string
Vertical category.