Skip to main content

Celonis Product Documentation

Treemap
Introduction to Treemaps

Treemapping is a method for displaying hierarchical data with nested rectangles. The size and color of the rectangles can indicate up to two KPIs.

Treemap
41190590.png

YAML 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

Property

Type

Description

showConfig

true | false

Enable the selection of KPIs in the component.