Tile Heatmap¶
Options¶
Parameter | Type | Value returned | Description |
---|---|---|---|
value |
mandatory | string |
Column containing the value of the intersection of x & y |
x |
mandatory | string |
column name containing the columns labels |
y |
mandatory | string |
column name containing the rows labels |
xPack |
optional | string |
column name containing grouping for the columns labels |
yPack |
optional | string |
column name containing grouping for the rows labels |
xOrder |
optional | string |
specify the order of the x labels |
yOrder |
optional | string |
specify the order of the y labels |
alwaysShowValues |
optional | boolean |
Set true to always show values and subvalues |
Code mode sample¶
id: ""
name: ""
type: "heatmap"
dataset: "my_dataset"
value: ""
x: ""
y: ""