Customizing Orgchart

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-orgchart-spacermap.get( $kendo-spacing, 6)
Description
The spacing index of the OrgChart.
$kendo-orgchart-padding-y$kendo-orgchart-spacer
Description
The vertical padding of the OrgChart.
$kendo-orgchart-padding-x$kendo-orgchart-padding-y
Description
The horizontal padding of the OrgChart.
$kendo-orgchart-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the OrgChart.
$kendo-orgchart-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the OrgChart.
$kendo-orgchart-line-heightvar( --kendo-line-height, normal )
Description
The line height of the OrgChart.
$kendo-orgchart-bgvar( --kendo-component-bg, initial )
Description
The background color of the OrgChart.
$kendo-orgchart-textvar( --kendo-component-text, initial )
Description
The text color of the OrgChart.
$kendo-orgchart-bordervar( --kendo-component-border, initial )
Description
The border color of the OrgChart.
$kendo-orgchart-node-spacing$kendo-orgchart-spacer
Description
The spacing of the OrgChart node.
$kendo-orgchart-group-spacing$kendo-orgchart-spacer
Description
The spacing of the OrgChart group.
$kendo-orgchart-node-container-spacing$kendo-orgchart-spacer
Description
The spacing of the OrgChart node container.
$kendo-orgchart-node-group-padding-y$kendo-orgchart-spacer
Description
The vertical padding of the OrgChart node group.
$kendo-orgchart-node-group-padding-x$kendo-orgchart-node-group-padding-y
Description
The horizontal padding of the OrgChart node group.
$kendo-orgchart-node-group-border-width1px
Description
The border width of the OrgChart node group.
$kendo-orgchart-node-group-border-radiusvar( --kendo-border-radius-md, #{$kendo-border-radius-md} )
Description
The border radius of the OrgChart node group.
$kendo-orgchart-node-group-bgif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
Description
The background color of the OrgChart node group.
$kendo-orgchart-node-group-textif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
Description
The text color of the OrgChart node group.
$kendo-orgchart-node-group-borderif($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 ))
Description
The border color of the OrgChart node group.
$kendo-orgchart-node-group-focus-border$kendo-card-focus-border
Description
The border color of the focused OrgChart node group.
$kendo-orgchart-node-group-focus-shadow$kendo-card-focus-shadow
Description
The shadow of the focused OrgChart node group.
$kendo-orgchart-node-group-title-margin-y0px
Description
The vertical margin of the OrgChart node group title.
$kendo-orgchart-node-group-title-font-sizevar( --kendo-font-size-xl, inherit )
Description
The font size of the OrgChart node group title.
$kendo-orgchart-node-group-title-line-heightvar( --kendo-line-height-md, normal )
Description
The line height of the OrgChart node group title.
$kendo-orgchart-node-group-subtitle-margin-y$kendo-orgchart-spacer - map.get( $kendo-spacing, 1 )
Description
The vertical margin of the OrgChart node group subtitle.
$kendo-orgchart-node-group-subtitle-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the OrgChart node group subtitle.
$kendo-orgchart-node-group-subtitle-textvar( --kendo-subtle-text, inherit )
Description
The line height of the OrgChart node group subtitle.
$kendo-orgchart-card-width300px
Description
The width of the OrgChart Card.
$kendo-orgchart-card-border-width$kendo-card-border-width
Description
The border width of the OrgChart Card.
$kendo-orgchart-card-shadow$kendo-card-shadow
Description
The shadow of the OrgChart Card.
$kendo-orgchart-card-focus-shadow$kendo-card-focus-shadow
Description
The shadow of the focused OrgChart Card.
$kendo-orgchart-card-title-margin-y0px
Description
The vertical margin of the OrgChart Card title.
$kendo-orgchart-card-title-font-size$kendo-card-title-font-size
Description
The font size of the OrgChart Card title.
$kendo-orgchart-card-title-line-heightvar( --kendo-line-height, normal )
Description
The line height of the OrgChart Card title.
$kendo-orgchart-card-subtitle-margin-y0px
Description
The vertical margin of the OrgChart Card subtitle.
$kendo-orgchart-card-subtitle-font-sizevar( --kendo-font-size-sm, inherit )
Description
The font size of the OrgChart Card subtitle.
$kendo-orgchart-card-subtitle-line-heightvar( --kendo-line-height-md, inherit )
Description
The line height of the OrgChart Card subtitle.
$kendo-orgchart-card-body-padding-y$kendo-orgchart-spacer - map.get( $kendo-spacing, 2 )
Description
The vertical padding of the OrgChart Card body.
$kendo-orgchart-card-body-padding-x$kendo-orgchart-card-body-padding-y
Description
The horizontal padding of the OrgChart Card body.
$kendo-orgchart-card-body-border-width2px 0 0
Description
The top border width of the OrgChart Card body.
$kendo-orgchart-card-body-border-colortransparent
Description
The border color of the OrgChart Card body.
$kendo-orgchart-card-body-vbox-margin-x$kendo-orgchart-spacer - map.get( $kendo-spacing, 2 )
Description
The horizontal margin of the OrgChart Card body title wrap.
$kendo-orgchart-card-body-vbox-min-height$kendo-card-avatar-size
Description
The min height of the OrgChart Card body title wrap.
$kendo-orgchart-line-size1px
Description
The size of the OrgChart connecting line.
$kendo-orgchart-line-textif($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 ))
Description
The fill color of the OrgChart connecting line.
$kendo-orgchart-line-v-height25px
Description
The height of the OrgChart connecting line.

In this article

Not finding the help you need?