HeatmapStyle
@elastic/charts • Exports
@elastic/charts / HeatmapStyle
Interface: HeatmapStyle
Contents
Properties
brushArea
brushArea:
Object
Config of the mask over the selected cells
Type declaration
fill?
fill?:
string
stroke
stroke:
string
strokeWidth
strokeWidth:
number
visible
visible:
boolean
Source
packages/charts/src/utils/themes/theme.ts:273
brushMask
brushMask:
Object
Config of the mask over the area outside of the selected cells
Type declaration
fill
fill:
string
visible
visible:
boolean
Source
packages/charts/src/utils/themes/theme.ts:269
brushTool
brushTool:
Object
Config of the brushing tool
Type declaration
fill
fill:
string
visible
visible:
boolean
Source
packages/charts/src/utils/themes/theme.ts:277
cell
cell:
Object
Type declaration
align
align:
"center"
border
border:
Object
border.stroke
border.stroke:
string
border.strokeWidth
border.strokeWidth:
number
label
label:
Font
&Object
Type declaration
maxFontSize
maxFontSize:
number
maxWidth
maxWidth:
number
|"fill"
minFontSize
minFontSize:
number
useGlobalMinFontSize
useGlobalMinFontSize:
boolean
visible
visible:
boolean
maxHeight
maxHeight:
number
|"fill"
maxWidth
maxWidth:
number
|"fill"
Source
packages/charts/src/utils/themes/theme.ts:304
grid
grid:
Object
Type declaration
stroke
stroke:
Object
stroke.color
stroke.color:
string
stroke.width
stroke.width:
number
Source
packages/charts/src/utils/themes/theme.ts:298
maxLegendHeight?
maxLegendHeight?:
number
Source
packages/charts/src/utils/themes/theme.ts:320
xAxisLabel
xAxisLabel:
Font
&Object
Type declaration
fontSize
fontSize:
number
padding
padding:
number
|PerSideDistance
rotation
rotation:
number
Positive 0 - 90 degree angle
Default Value
0
visible
visible:
boolean
Source
packages/charts/src/utils/themes/theme.ts:282
yAxisLabel
yAxisLabel:
Font
&Object
Type declaration
fontSize
fontSize:
number
padding
padding:
number
|PerSideDistance
visible
visible:
boolean
width
width:
number
|"auto"
|Object
Source
packages/charts/src/utils/themes/theme.ts:292
Generated using typedoc-plugin-markdown and TypeDoc