boolean
Enable or disable the selection of multiple cells in heatmap
Defaults to false
Options to customize the heat map cell
Object
| DataModel
Specifies the datasource for the heat map.
Defaults to null
boolean
Enable or disable persisting component’s state between page reloads.
Defaults to false
boolean
Enable or disable rendering component in right to left direction.
Defaults to false
string
The height of the heatmap as a string accepts input as both like ‘100px’ or ‘100%‘. If specified as ‘100%, heatmap renders to the full height of its parent element.
Defaults to null
Options for customizing the legend of the heat map
Defaults to ”
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
Defaults to undefined
Options to customize left, right, top and bottom margins of the heat map.
Options for customizing the cell color of the heat map
string
Specifies the rendering mode of heat map.
Defaults to SVG
boolean
Enable or disable the tool tip for heatmap
Defaults to true
string
Specifies the theme for heatmap.
Defaults to ‘Material’
Title of heat map
Defaults to ”
Options for customizing the ToolTipSettings property of the heat map
string
The width of the heatmap as a string accepts input as both like ‘100px’ or ‘100%‘. If specified as ‘100%, heatmap renders to the full width of its parent element.
Defaults to null
Options to configure the horizontal axis.
Options to configure the vertical axis.
Adds the handler to the given event listener.
Returns void
Appends the control within the given HTML element
Parameter | Type | Description |
---|---|---|
selector (optional) | string | HTMLElement |
Target element where control needs to be appended |
Returns void
To clear the multi cell selection
Returns void
When invoked, applies the pending property changes immediately to the component.
Returns void
To destroy the widget
Returns void
Get component name
Returns string
Applies all the pending property changes and render the component again.
Returns void
Removes the handler from the given event listener.
Returns void
Dynamically injects the required modules to the component.
Returns void
Triggers when click the heat map cell.
Triggers before each heatmap cell renders.
Triggers when multiple cells gets selected.
EmitType<Object>
Triggers after heat map rendered.
Triggers before heat map load.
Triggers when click the heat map cell.