OrgChart

The OrgChart component offers an intuitive way to visualize and interact with organizational structures.

Sass Variables

The Telerik and Kendo UI OrgChart is a composite UI component. To configure and customize its appearance, use not only its dedicated Sass variables but also the Sass variables provided by the Card, Button, and Avatar components.

VariableDefault ValueComputed ValueValue
kendo-orgchart-spacerk-spacing(6)var(--kendo-spacing-6, 1.5rem)Default: k-spacing(6)Computed: var(--kendo-spacing-6, 1.5rem)
Description: The spacing index of the OrgChart.
kendo-orgchart-padding-y$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)Default: $kendo-orgchart-spacerComputed: var(--kendo-spacing-6, 1.5rem)
Description: The vertical padding of the OrgChart.
kendo-orgchart-padding-x$kendo-orgchart-padding-yvar(--kendo-spacing-6, 1.5rem)Default: $kendo-orgchart-padding-yComputed: var(--kendo-spacing-6, 1.5rem)
Description: The horizontal padding of the OrgChart.
kendo-orgchart-font-familyvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit)
Description: The font family of the OrgChart.
kendo-orgchart-font-sizevar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit)
Description: The font size of the OrgChart.
kendo-orgchart-line-heightvar( --kendo-line-height, normal )var(--kendo-line-height, normal)Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal)
Description: The line height of the OrgChart.
kendo-orgchart-bg$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)Default: $kendo-component-bgComputed: var(--kendo-color-surface-alt, #ffffff)
Description: The background color of the OrgChart.
kendo-orgchart-text$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-component-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the OrgChart.
kendo-orgchart-border$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-component-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the OrgChart.
kendo-orgchart-node-gap$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)Default: $kendo-orgchart-spacerComputed: var(--kendo-spacing-6, 1.5rem)
Description: The spacing of the OrgChart node.
kendo-orgchart-group-gap$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)Default: $kendo-orgchart-spacerComputed: var(--kendo-spacing-6, 1.5rem)
Description: The spacing of the OrgChart group.
kendo-orgchart-node-container-gap$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)Default: $kendo-orgchart-spacerComputed: var(--kendo-spacing-6, 1.5rem)
Description: The spacing of the OrgChart node container.
kendo-orgchart-node-group-padding-y$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)Default: $kendo-orgchart-spacerComputed: var(--kendo-spacing-6, 1.5rem)
Description: The vertical padding of the OrgChart node group.
kendo-orgchart-node-group-padding-x$kendo-orgchart-node-group-padding-yvar(--kendo-spacing-6, 1.5rem)Default: $kendo-orgchart-node-group-padding-yComputed: var(--kendo-spacing-6, 1.5rem)
Description: The horizontal padding of the OrgChart node group.
kendo-orgchart-node-group-border-width1px1pxDefault: 1pxComputed: 1px
Description: The border width of the OrgChart node group.
kendo-orgchart-node-group-border-radiusk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)Default: k-border-radius(md)Computed: var(--kendo-border-radius-md, 0.25rem)
Description: The border radius of the OrgChart node group.
kendo-orgchart-node-group-bg$kendo-base-bgvar(--kendo-color-surface, #fafafa)Default: $kendo-base-bgComputed: var(--kendo-color-surface, #fafafa)
Description: The background color of the OrgChart node group.
kendo-orgchart-node-group-text$kendo-base-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-base-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the OrgChart node group.
kendo-orgchart-node-group-border$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-base-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the OrgChart node group.
kendo-orgchart-node-group-focus-border$kendo-card-focus-border rgba(0, 0, 0, 0.15)Default: $kendo-card-focus-borderComputed: rgba(0, 0, 0, 0.15)
Description: The border color of the focused OrgChart node group.
kendo-orgchart-node-group-focus-shadowk-elevation(1)var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))Default: k-elevation(1)Computed: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))
Description: The shadow of the focused OrgChart node group.
kendo-orgchart-node-group-title-font-sizevar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)Default: var( --kendo-font-size-lg, inherit )Computed: var(--kendo-font-size-lg, inherit)
Description: The font size of the OrgChart node group title.
kendo-orgchart-node-group-title-margin-bottomcalc( #{$kendo-orgchart-spacer} / 3 )calc(var(--kendo-spacing-6, 1.5rem) / 3)Default: calc( #{$kendo-orgchart-spacer} / 3 )Computed: calc(var(--kendo-spacing-6, 1.5rem) / 3)
Description: The bottom margin of the OrgChart node group title.
kendo-orgchart-node-group-title-line-heightvar( --kendo-line-height-sm, normal )var(--kendo-line-height-sm, normal)Default: var( --kendo-line-height-sm, normal )Computed: var(--kendo-line-height-sm, normal)
Description: The line height of the OrgChart node group title.
kendo-orgchart-node-group-subtitle-font-sizevar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit)
Description: The font size of the OrgChart node group subtitle.
kendo-orgchart-node-group-subtitle-margin-bottom$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)Default: $kendo-orgchart-spacerComputed: var(--kendo-spacing-6, 1.5rem)
Description: The bottom margin of the OrgChart node group subtitle.
kendo-orgchart-node-group-subtitle-text$kendo-subtle-textvar(--kendo-color-subtle, #666666)Default: $kendo-subtle-textComputed: var(--kendo-color-subtle, #666666)
Description: The line height of the OrgChart node group subtitle.
kendo-orgchart-card-width300px300pxDefault: 300pxComputed: 300px
Description: The width of the OrgChart Card.
kendo-orgchart-card-padding-y$kendo-card-padding-yvar(--kendo-spacing-3, 0.75rem)Default: $kendo-card-padding-yComputed: var(--kendo-spacing-3, 0.75rem)
Description: The vertical padding of the OrgChart Card.
kendo-orgchart-card-padding-x$kendo-orgchart-card-padding-yvar(--kendo-spacing-3, 0.75rem)Default: $kendo-orgchart-card-padding-yComputed: var(--kendo-spacing-3, 0.75rem)
Description: The horizontal padding of the OrgChart Card.
kendo-orgchart-card-border-width$kendo-card-border-width1pxDefault: $kendo-card-border-widthComputed: 1px
Description: The border width of the OrgChart Card.
kendo-orgchart-card-shadow$kendo-card-shadownullDefault: $kendo-card-shadowComputed: null
Description: The shadow of the OrgChart Card.
kendo-orgchart-card-focus-shadowk-elevation(1)var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))Default: k-elevation(1)Computed: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))
Description: The shadow of the focused OrgChart Card.
kendo-orgchart-card-title-margin-bottomk-spacing(0)var(--kendo-spacing-0, 0px)Default: k-spacing(0)Computed: var(--kendo-spacing-0, 0px)
Description: The bottom margin of the OrgChart Card title.
kendo-orgchart-card-title-font-sizenullnullDefault: nullComputed: null
Description: The font size of the OrgChart Card title.
kendo-orgchart-card-subtitle-margin-bottomk-spacing(0)var(--kendo-spacing-0, 0px)Default: k-spacing(0)Computed: var(--kendo-spacing-0, 0px)
Description: The bottom margin of the OrgChart Card subtitle.
kendo-orgchart-card-subtitle-font-sizenullnullDefault: nullComputed: null
Description: The font size of the OrgChart Card subtitle.
kendo-orgchart-card-body-border-width2px 0 02px 0 0Default: 2px 0 0Computed: 2px 0 0
Description: The border width of the OrgChart Card body.
kendo-orgchart-card-body-border-colortransparent transparentDefault: transparentComputed: transparent
Description: The border color of the OrgChart Card body.
kendo-orgchart-card-body-vbox-margin-rightk-math-div( $kendo-orgchart-spacer, 2 )var(--kendo-spacing-6, 1.5rem)/2Default: k-math-div( $kendo-orgchart-spacer, 2 )Computed: var(--kendo-spacing-6, 1.5rem)/2
Description: The right margin of the OrgChart Card body title wrap.
kendo-orgchart-card-body-vbox-min-height$kendo-card-avatar-size45pxDefault: $kendo-card-avatar-sizeComputed: 45px
Description: The min height of the OrgChart Card body title wrap.
kendo-orgchart-line-size1px1pxDefault: 1pxComputed: 1px
Description: The size of the OrgChart connecting line.
kendo-orgchart-line-fill$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-base-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The fill color of the OrgChart connecting line.
kendo-orgchart-line-v-height25px25pxDefault: 25pxComputed: 25px
Description: The height of the OrgChart connecting line.