The treemap visualization enables you to display hierarchical and nested data. It is well suited for queries that describe part-whole relationships, such as resource usage by availability zone, data center, or team.

Hierarchy

  • TreeMapWidgetDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
colorBy?: TreeMapColorBy

(deprecated) The attribute formerly used to determine color in the widget.

customLinks?: WidgetCustomLink[]

List of custom links.

groupBy?: TreeMapGroupBy

(deprecated) The attribute formerly used to group elements in the widget.

List of treemap widget requests.

sizeBy?: TreeMapSizeBy

(deprecated) The attribute formerly used to determine size in the widget.

time?: WidgetTime

Time setting for the widget.

title?: string

Title of your widget.

Type of the treemap widget.

Generated using TypeDoc