Treemap
A treemap chart will render hierarchical data in a nested rectangle layout. It takes two fields:
-
Path: a list of strings. This represents the hierarchy (from highest to lowest level).
-
Value: a number that matches the size of the element at the lowest level. Sizes of non-leaf levels are determined from the sum of their children.
Advanced Settings
Name | Type | Default Value | Description |
---|---|---|---|
Enable interactivity |
on/off |
on |
If enabled, turn on animations when a user hovers over a rectangle. |
Color Scheme |
List |
The color scheme to use for the rectangle. Colors are assigned automatically for each of the sub-hierarchies. |
|
Rectangle border width (px) |
number |
0 |
The width of the border of each rectangle. |
Margin Left (px) |
number |
24 |
The margin in pixels on the left side of the visualization. |
Margin Right (px) |
number |
24 |
The margin in pixels on the right side of the visualization. |
Margin Top (px) |
number |
24 |
The margin in pixels on the top side of the visualization. |
Margin Bottom (px) |
number |
40 |
The margin in pixels on the bottom side of the visualization. |
Auto-run query |
on/off |
on |
When activated, automatically runs the query when the report is displayed. When set to `off', the query is displayed and will need to be executed manually. |
Report Description |
markdown text |
When specified, adds another button the report header that opens a pop-up. This pop-up contains the rendered markdown from this setting. |