"globals"
"marker"
"tooltip"
"gui"
"context-menu"
"button"
"gear"
"item"
"graphset"
"arrows"
"from"
"label"
"to"
"bubble-legend"
"marker"
"chart"
"color-scale"
"cursor"
"item"
"crosshair-x"
"marker"
"plot-label"
"scale-label"
"crosshair-y"
"scale-label"
"globals"
"marker"
"tooltip"
"guide"
"marker"
"plot-label"
"scale-label"
"heatmap"
"tooltip"
"images"
"labels"
"legend"
"footer"
"header"
"icon"
"item"
"item-off"
"marker"
"marker-off"
"page-off"
"page-on"
"page-status"
"scroll"
"bar"
"handle"
"tooltip"
"nav"
"back"
"tooltip"
"no-data"
"options"
"arrow"
"back"
"tooltip"
"bars"
"tooltip"
"box"
"tooltip"
"button-zoomin"
"tooltip"
"button-zoomout"
"tooltip"
"close"
"containers"
"day"
"items"
"final"
"group-box"
"tooltip"
"handle"
"indicator"
"intermediate"
"item"
"label"
"tooltip"
"item-group-n"
"label"
"tooltip"
"item-id-n"
"label"
"tooltip"
"item-level-n"
"label"
"tooltip"
"label"
"link"
"link[cls-n]"
"link[container-n]"
"link[group-n]"
"link[level-n]"
"link[parent-n]"
"link[sibling]"
"link[source-n]"
"link[target-n]"
"links"
"mmp-marker"
"label"
"month"
"item"
"items"
"outline"
"multi-guide"
"close"
"handle"
"label"
"negative"
"node"
"label"
"tooltip"
"node[cls-n]"
"label"
"tooltip"
"node[collapsed]"
"label"
"tooltip"
"node[group-n]"
"label"
"tooltip"
"node[leaf]"
"label"
"tooltip"
"node[level-n]"
"label"
"tooltip"
"node[parent]"
"label"
"tooltip"
"node[parent-n]"
"label"
"tooltip"
"nodes"
"OBJECT_KEY_NAME"
"label"
"tooltip"
"outlier"
"marker"
"tooltip"
"positive"
"scale"
"label"
"pointer"
"scale-y-2"
"guide"
"item"
"label"
"markers"
"label"
"tick"
"tooltip"
"style"
".td"
".td_even"
".td_first"
".td_last"
".td_n"
".td_n_n"
".td_odd"
".th"
".th_even"
".th_first"
".th_last"
".th_n"
".th_odd"
".tr"
".tr_even"
".tr_first"
".tr_last"
".tr_n"
".tr_odd"
"band"
"tooltip"
"chord"
"tooltip"
"flow"
"item"
"item-flow"
"item-overall"
"label"
"label-overall"
"tooltip"
"subtitle"
"tile"
"label"
"tooltip"
"title"
"tooltip-box"
"tooltip-group"
"trigger"
"value"
"violin"
"week"
"items"
"weekday"
"item"
"items"
"plot"
"error"
"facets"
"goal"
"tooltip"
"guide-label"
"guide-marker"
"highlight-marker"
"hover-marker"
"hover-state"
"styles"
"highlight-state"
"legend-item"
"legend-marker"
"max-marker"
"marker"
"min-marker"
"selected-marker"
"selected-state"
"tooltip"
"trend-down"
"trend-equal"
"trend-up"
"value-box"
"rules"
"plotarea"
"preview"
"handle"
"handle-bottom"
"handle-left"
"handle-right"
"handle-top"
"label"
"refresh"
"scale"
"item"
"scale-k"
"guide"
"item"
"tooltip"
"scale-r"
"center"
"guide"
"item"
"markers"
"label"
"ring"
"tooltip"
"scale-v"
"guide"
"item"
"tooltip"
"scale-x"
"guide"
"item"
"label"
"markers"
"label"
"tooltip"
"scale-y"
"guide"
"item"
"label"
"markers"
"tick"
"tooltip"
"scroll-x"
"bar"
"handle"
"scroll-y"
"bar"
"handle"
"selection-tool"
"series"
"error"
"facets"
"goal"
"tooltip"
"guide-label"
"guide-marker"
"highlight-marker"
"hover-marker"
"highlight-state"
"legend-item"
"legend-marker"
"marker"
"max-marker"
"min-marker"
"selected-marker"
"selected-state"
"style"
"band"
"tooltip"
"chord"
"tooltip"
"item"
"item-flow"
"item-overall"
"label"
"tooltip"
"value-box"
"rules"
"shapes"
"label"
"options"
"style"
"controls"
"zoom-in"
"tooltip"
"zoom-out"
"tooltip"
"items"
"OBECT_KEY_NAME"
"tooltip"
"label"
"tooltip"
"tooltip"
"source"
"subtitle"
"title"
"tooltip"
"zoom"
"label"
"history"
"refresh"
graph » heat map
heat map
[ root » graph » heat map ]
The heatmap object can be used to change the look and functionality of the heat map display.
Attribute | Type | Description |
---|---|---|
alpha | Number | Sets the alpha value of the heatmap overlay. Set between 0 (fully transparent) and 1 (fully opaque). Default Value: 0.5 Introduced in: v2.8.6 Chart types: Heatmap-plugin |
async | Boolean | Forces the heatmap to paint the data in async mode (in batches) to avoid blocking the browser. Default Value: false Introduced in: v2.8.6 Chart types: Heatmap-plugin |
blur | Number | Sets the amount of blur that appears around each shape. Increasing this will increase the amount of surface area each shape takes up. Introduced in: v2.8.6 Chart types: Heatmap-plugin |
brushType brush-type | String | Sets the shape the heatmap is painted with Accepted Values: ['circle', 'square', 'rectangle'] Default Value: 'circle' Introduced in: v2.8.6 Chart types: Heatmap-plugin |
composite | Boolean | Sets whether to blend shapes together for the classic heatmap look (the color shifts more towards red where a greater number of stacked shapes are present) Introduced in: v2.8.6 Chart types: Heatmap-plugin |
gradientColors gradient-colors | String | Sets the colors to use for the gradient Default Value: ['#0000ff', '#00ffff', '#bfff00', '#ffff00', '#ff0000'] Introduced in: v2.8.6 Chart types: Heatmap-plugin |
gradientStops gradient-stops | String | Sets where each gradient stop (ie transition to another color) should be Default Value: [0.4, 0.6, 0.7, 0.8, 1.0] Introduced in: v2.8.6 Chart types: Heatmap-plugin |
graph | Boolean, Object | Sets the configuration for a graph.
Set to true to create a scatter-heatmap chart. Use with `brushType`, `gradientColors`, and `gradientStops` to
add heatmap features to scatter chart.
Set to object to configure graph. Default Value: false Chart types: Heatmap-plugin,Scatter Heatmap |
maxValue max-value | Number | Sets a maximum value. Introduced in: v2.8.6 Chart types: Heatmap-plugin |
minValue min-value | Number | Sets a minimum value. Introduced in: v2.8.6 Chart types: Heatmap-plugin |
placement | String | Sets the position of the heatmap layer in the chart's layer hierarchy (top|bottom). Accepted Values: ['top', 'bottom'] Introduced in: v2.8.6 Chart types: Heatmap-plugin |
size | Array.<Number>, Number | Modifies how large each painted shape is. Enter one value as a string or two values as an array of strings. Introduced in: v2.8.6 Chart types: Heatmap-plugin |
sortData sort-data | Boolean | Sets whether the data is sorted by value (which will also affect the order of paint). Introduced in: v2.8.6 Chart types: Heatmap-plugin |
tooltip | Object | Configures the tooltip element, which appears when hovering over an object. Introduced in: v2.8.6 Chart types: Heatmap-plugin |