Skip to main content

Celonis Product Documentation

Treemap

Display your data as a treemap, which shows hierarchical (tree-structured) data as a set of nested rectangles. The size and color of the rectangles can visually display up to two KPIs.

41190590.png
Basic treemap configuration

To configure a basic task list component, the following attributes are available:

Attribute

Required

Type

Possible values

Description

treemap

Yes

Chart

treemap

Add a treemap chart to your view.

showConfig

Yes

Config

True

False

Enable the selection of KPIs in the component.

The example YAML for a basic treemap configuration:

id: value-volume-treemap
type: treemap
settings:
  name: Inventory - Value Volume
  showConfig: true
  colors: SEQUENTIAL_PURPLE
  dimensions:
    root: PLANT_CONTINENT_NAME
    child1: PLANT_COUNTRY_NAME
  kpis:
    - kpi: INVENTORY_VALUE_COUNTRY
      type: primary
      default: true
    - kpi: REVENUE_AT_RISK_TREEMAP
      type: primary
    - kpi: INVENTORY_VALUE_COUNTRY
      type: secondary
    - kpi: REVENUE_AT_RISK_TREEMAP
      type: secondary
      default: true