TreemapChart
Home > @gooddata/sdk-code-schemas > v1 > TreemapChart
v1.TreemapChart interface
Signature:
export interface TreemapChart
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) | |||
|
string |
(Optional) An optional description of the visualisation. | ||
|
boolean |
(Optional) | ||
|
Bucket[] |
(Optional) A list of metrics in this visualisation. | ||
|
Bucket[] |
(Optional) A list of segment by attributes in this visualisation. | ||
|
boolean |
(Optional) Optional flag to indicate if the visualisation should be shown in AI results. When omitted, the visualisation is visible. | ||
|
(Optional) | |||
|
string |
(Optional) An optional human readable title for the visualisation. Will be derived from id if not provided explicitly. | ||
|
"treemap_chart" |
Type of visualisation. | ||
|
Bucket[] |
(Optional) A list of view by attributes in this visualisation. |