Represents Vuejs HeatMap Component
<ejs-heatmap></ejs-heatmap>
boolean
Enable or disable the selection of multiple cells in heatmap
Defaults to false
Options to customize the heat map cell
Object
Specifies the datasource for the heat map.
Defaults to null
Specifies the datasource settings for heat map.
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 ”
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.
To clear the multi cell selection
Returns void
To destroy the widget
Returns void
Handles the export method for heatmap control.
Returns void
Get component name
Returns string
Method to print the heatmap.
Returns void
Applies all the pending property changes and render the component again.
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.
EmitType<ILegendRenderEventArgs>
Triggers before the legend is rendered.
Triggers before heat map load.
Triggers after heatmap is loaded.
Triggers after resizing of Heatmap.
Triggers when click the heat map cell.