New to Kendo UI for Angular? Start a free 30-day trial

Customizing Orgchart

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-orgchart-spacerStringk-spacing(6)var(--kendo-spacing-6, 1.5rem)
Description
The spacing index of the OrgChart.
$kendo-orgchart-padding-yString$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)
Description
The vertical padding of the OrgChart.
$kendo-orgchart-padding-xString$kendo-orgchart-padding-yvar(--kendo-spacing-6, 1.5rem)
Description
The horizontal padding of the OrgChart.
$kendo-orgchart-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the OrgChart.
$kendo-orgchart-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the OrgChart.
$kendo-orgchart-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the OrgChart.
$kendo-orgchart-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the OrgChart.
$kendo-orgchart-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the OrgChart.
$kendo-orgchart-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
The border color of the OrgChart.
$kendo-orgchart-node-spacingString$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)
Description
The spacing of the OrgChart node.
$kendo-orgchart-group-spacingString$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)
Description
The spacing of the OrgChart group.
$kendo-orgchart-node-container-spacingString$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)
Description
The spacing of the OrgChart node container.
$kendo-orgchart-node-group-padding-yString$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)
Description
The vertical padding of the OrgChart node group.
$kendo-orgchart-node-group-padding-xString$kendo-orgchart-node-group-padding-yvar(--kendo-spacing-6, 1.5rem)
Description
The horizontal padding of the OrgChart node group.
$kendo-orgchart-node-group-border-widthNumber1px1px
Description
The border width of the OrgChart node group.
$kendo-orgchart-node-group-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the OrgChart node group.
$kendo-orgchart-node-group-bgStringif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))var(--kendo-color-surface, #faf9f8)
Description
The background color of the OrgChart node group.
$kendo-orgchart-node-group-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the OrgChart node group.
$kendo-orgchart-node-group-borderStringif($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 ))color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent)
Description
The border color of the OrgChart node group.
$kendo-orgchart-node-group-focus-borderString$kendo-card-focus-bordervar(--kendo-component-border, initial)
Description
The border color of the focused OrgChart node group.
$kendo-orgchart-node-group-focus-shadowString$kendo-card-focus-shadowvar(--kendo-box-shadow-depth-3, none)
Description
The shadow of the focused OrgChart node group.
$kendo-orgchart-node-group-title-margin-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical margin of the OrgChart node group title.
$kendo-orgchart-node-group-title-font-sizeStringvar( --kendo-font-size-xl, inherit )var(--kendo-font-size-xl, inherit)
Description
The font size of the OrgChart node group title.
$kendo-orgchart-node-group-title-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the OrgChart node group title.
$kendo-orgchart-node-group-subtitle-margin-yCalculationcalc( $kendo-orgchart-spacer - k-spacing(1) )calc(var(--kendo-spacing-6, 1.5rem) - var(--kendo-spacing-1, 0.25rem))
Description
The vertical margin of the OrgChart node group subtitle.
$kendo-orgchart-node-group-subtitle-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the OrgChart node group subtitle.
$kendo-orgchart-node-group-subtitle-textStringvar( --kendo-subtle-text, inherit )var(--kendo-subtle-text, inherit)
Description
The line height of the OrgChart node group subtitle.
$kendo-orgchart-card-widthNumber300px300px
Description
The width of the OrgChart Card.
$kendo-orgchart-card-border-widthNumber$kendo-card-border-width0px
Description
The border width of the OrgChart Card.
$kendo-orgchart-card-shadowString$kendo-card-shadowvar(--kendo-box-shadow-depth-1, none)
Description
The shadow of the OrgChart Card.
$kendo-orgchart-card-focus-shadowString$kendo-card-focus-shadowvar(--kendo-box-shadow-depth-3, none)
Description
The shadow of the focused OrgChart Card.
$kendo-orgchart-card-title-margin-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical margin of the OrgChart Card title.
$kendo-orgchart-card-title-font-sizeString$kendo-card-title-font-sizevar(--kendo-font-size-lg, inherit)
Description
The font size of the OrgChart Card title.
$kendo-orgchart-card-title-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the OrgChart Card title.
$kendo-orgchart-card-subtitle-margin-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical margin of the OrgChart Card subtitle.
$kendo-orgchart-card-subtitle-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the OrgChart Card subtitle.
$kendo-orgchart-card-subtitle-line-heightStringvar( --kendo-line-height, inherit )var(--kendo-line-height, inherit)
Description
The line height of the OrgChart Card subtitle.
$kendo-orgchart-card-body-padding-yCalculationcalc( #{$kendo-orgchart-spacer} - k-spacing(2) )calc(var(--kendo-spacing-6, 1.5rem) - var(--kendo-spacing-2, 0.5rem))
Description
The vertical padding of the OrgChart Card body.
$kendo-orgchart-card-body-padding-xCalculation$kendo-orgchart-card-body-padding-ycalc(var(--kendo-spacing-6, 1.5rem) - var(--kendo-spacing-2, 0.5rem))
Description
The horizontal padding of the OrgChart Card body.
$kendo-orgchart-card-body-border-widthList2px 0 02px 0 0
Description
The top border width of the OrgChart Card body.
$kendo-orgchart-card-body-border-colorColortransparenttransparent
Description
The border color of the OrgChart Card body.
$kendo-orgchart-card-body-vbox-margin-xCalculationcalc( #{$kendo-orgchart-spacer} - k-spacing(2) )calc(var(--kendo-spacing-6, 1.5rem) - var(--kendo-spacing-2, 0.5rem))
Description
The horizontal margin of the OrgChart Card body title wrap.
$kendo-orgchart-card-body-vbox-min-heightNumber$kendo-card-avatar-size3rem
Description
The min height of the OrgChart Card body title wrap.
$kendo-orgchart-line-sizeNumber1px1px
Description
The size of the OrgChart connecting line.
$kendo-orgchart-line-textStringif($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 ))color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent)
Description
The fill color of the OrgChart connecting line.
$kendo-orgchart-line-v-heightNumber25px25px
Description
The height of the OrgChart connecting line.

In this article

Not finding the help you need?