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-map-get( $kendo-spacing, 6 )24pxDefault: k-map-get( $kendo-spacing, 6 )Computed: 24px
Description: The spacing index of the OrgChart.
kendo-orgchart-padding-y$kendo-orgchart-spacer24pxDefault: $kendo-orgchart-spacerComputed: 24px
Description: The vertical padding of the OrgChart.
kendo-orgchart-padding-x$kendo-orgchart-padding-y24pxDefault: $kendo-orgchart-padding-yComputed: 24px
Description: The horizontal padding of the OrgChart.
kendo-orgchart-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the OrgChart.
kendo-orgchart-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the OrgChart.
kendo-orgchart-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the OrgChart.
kendo-orgchart-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the OrgChart.
kendo-orgchart-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the OrgChart.
kendo-orgchart-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the OrgChart.
kendo-orgchart-node-gap$kendo-orgchart-spacer24pxDefault: $kendo-orgchart-spacerComputed: 24px
Description: The spacing of the OrgChart node.
kendo-orgchart-group-gap$kendo-orgchart-spacer24pxDefault: $kendo-orgchart-spacerComputed: 24px
Description: The spacing of the OrgChart group.
kendo-orgchart-node-container-gap$kendo-orgchart-spacer24pxDefault: $kendo-orgchart-spacerComputed: 24px
Description: The spacing of the OrgChart node container.
kendo-orgchart-node-group-padding-y$kendo-orgchart-spacer24pxDefault: $kendo-orgchart-spacerComputed: 24px
Description: The vertical padding of the OrgChart node group.
kendo-orgchart-node-group-padding-x$kendo-orgchart-node-group-padding-y24pxDefault: $kendo-orgchart-node-group-padding-yComputed: 24px
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-radius$kendo-border-radius-md4pxDefault: $kendo-border-radius-mdComputed: 4px
Description: The border radius of the OrgChart node group.
kendo-orgchart-node-group-bg$kendo-base-bg #fafafaDefault: $kendo-base-bgComputed: #fafafa
Description: The background color of the OrgChart node group.
kendo-orgchart-node-group-text$kendo-base-text #424242Default: $kendo-base-textComputed: #424242
Description: The text color of the OrgChart node group.
kendo-orgchart-node-group-border$kendo-base-border rgba(0, 0, 0, 0.08)Default: $kendo-base-borderComputed: 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-size$kendo-font-size-lg16pxDefault: $kendo-font-size-lgComputed: 16px
Description: The font size of the OrgChart node group title.
kendo-orgchart-node-group-title-margin-bottomk-math-div( $kendo-orgchart-spacer, 3 )8pxDefault: k-math-div( $kendo-orgchart-spacer, 3 )Computed: 8px
Description: The bottom margin of the OrgChart node group title.
kendo-orgchart-node-group-title-line-height$kendo-line-height-sm1.25Default: $kendo-line-height-smComputed: 1.25
Description: The line height of the OrgChart node group title.
kendo-orgchart-node-group-subtitle-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the OrgChart node group subtitle.
kendo-orgchart-node-group-subtitle-margin-bottom$kendo-orgchart-spacer24pxDefault: $kendo-orgchart-spacerComputed: 24px
Description: The bottom margin of the OrgChart node group subtitle.
kendo-orgchart-node-group-subtitle-text$kendo-subtle-text #666666Default: $kendo-subtle-textComputed: #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-y12pxDefault: $kendo-card-padding-yComputed: 12px
Description: The vertical padding of the OrgChart Card.
kendo-orgchart-card-padding-x$kendo-orgchart-card-padding-y12pxDefault: $kendo-orgchart-card-padding-yComputed: 12px
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-bottom0px0pxDefault: 0pxComputed: 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-bottom0px0pxDefault: 0pxComputed: 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 )12pxDefault: k-math-div( $kendo-orgchart-spacer, 2 )Computed: 12px
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-border rgba(0, 0, 0, 0.08)Default: $kendo-base-borderComputed: 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.

Card Variables

VariableDefault ValueComputed ValueValue
kendo-card-padding-xk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The horizontal padding of the Card.
kendo-card-padding-yk-map-get( $kendo-spacing, 3 )12pxDefault: k-map-get( $kendo-spacing, 3 )Computed: 12px
Description: The vertical padding of the Card.
kendo-card-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the Card.
kendo-card-border-radius$kendo-border-radius-lg6pxDefault: $kendo-border-radius-lgComputed: 6px
Description: The border radius of the Card.
kendo-card-inner-border-radiuscalc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} )calc(6px - 1px)Default: calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} )Computed: calc(6px - 1px)
Description: The inner border radius of the Card.
kendo-card-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the Card.
kendo-card-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the Card.
kendo-card-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the Card.
kendo-card-deck-gapk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The spacing between the Cards in the Card deck.
kendo-card-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the Card.
kendo-card-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the Card.
kendo-card-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Card.
kendo-card-shadownullnullDefault: nullComputed: null
Description: The shadow of the Card.
kendo-card-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the focused Card.
kendo-card-focus-textnullnullDefault: nullComputed: null
Description: The text color of the focused Card.
kendo-card-focus-borderrgba( black, .15 ) rgba(0, 0, 0, 0.15)Default: rgba( black, .15 )Computed: rgba(0, 0, 0, 0.15)
Description: The border color of the focused Card.
kendo-card-focus-shadownullnullDefault: nullComputed: null
Description: The shadow of the focused Card.
kendo-card-header-padding-x$kendo-card-padding-x16pxDefault: $kendo-card-padding-xComputed: 16px
Description: The horizontal padding of the Card header.
kendo-card-header-padding-y$kendo-card-padding-y12pxDefault: $kendo-card-padding-yComputed: 12px
Description: The vertical padding of the Card header.
kendo-card-header-border-width1px1pxDefault: 1pxComputed: 1px
Description: The bottom border width of the Card header.
kendo-card-header-bgnullnullDefault: nullComputed: null
Description: The background color of the Card header.
kendo-card-header-text$kendo-component-header-text #424242Default: $kendo-component-header-textComputed: #424242
Description: The text color of the Card header.
kendo-card-header-border$kendo-component-header-border rgba(0, 0, 0, 0.08)Default: $kendo-component-header-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Card header.
kendo-card-body-padding-xk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The horizontal padding of the Card body.
kendo-card-body-padding-yk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The vertical padding of the Card body.
kendo-card-footer-padding-x$kendo-card-padding-x16pxDefault: $kendo-card-padding-xComputed: 16px
Description: The horizontal padding of the Card footer.
kendo-card-footer-padding-y$kendo-card-padding-y12pxDefault: $kendo-card-padding-yComputed: 12px
Description: The vertical padding of the Card footer.
kendo-card-footer-border-width1px1pxDefault: 1pxComputed: 1px
Description: The top border width of the Card footer.
kendo-card-footer-bgnullnullDefault: nullComputed: null
Description: The background color of the Card footer.
kendo-card-footer-text$kendo-component-header-text #424242Default: $kendo-component-header-textComputed: #424242
Description: The text color of the Card footer.
kendo-card-footer-border$kendo-component-header-border rgba(0, 0, 0, 0.08)Default: $kendo-component-header-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Card footer.
kendo-card-title-margin-bottomk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The bottom margin of the Card title.
kendo-card-title-font-size$kendo-h5-font-size16pxDefault: $kendo-h5-font-sizeComputed: 16px
Description: The font size of the Card title.
kendo-card-title-font-familynullnullDefault: nullComputed: null
Description: The font family of the Card title.
kendo-card-title-line-height1.251.25Default: 1.25Computed: 1.25
Description: The line height of the Card title.
kendo-card-title-font-weight$kendo-font-weight-normal400Default: $kendo-font-weight-normalComputed: 400
Description: The font weight of the Card title.
kendo-card-title-letter-spacingnullnullDefault: nullComputed: null
Description: The letter spacing of the Card title.
kendo-card-subtitle-margin-bottomk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The bottom margin of the Card subtitle.
kendo-card-subtitle-font-size$kendo-font-size-sm12pxDefault: $kendo-font-size-smComputed: 12px
Description: The font size of the Card subtitle.
kendo-card-subtitle-font-familynullnullDefault: nullComputed: null
Description: The font family of the Card subtitle.
kendo-card-subtitle-line-heightnormalnormalDefault: normalComputed: normal
Description: The line height of the Card subtitle.
kendo-card-subtitle-font-weight$kendo-font-weight-normal400Default: $kendo-font-weight-normalComputed: 400
Description: The font weight of the Card subtitle.
kendo-card-subtitle-letter-spacingnullnullDefault: nullComputed: null
Description: The letter spacing of the Card subtitle.
kendo-card-subtitle-text$kendo-subtle-text #666666Default: $kendo-subtle-textComputed: #666666
Description: The text color of the Card subtitle.
kendo-card-img-max-width100px100pxDefault: 100pxComputed: 100px
Description: The maximum width of the Card image.
kendo-card-avatar-size45px45pxDefault: 45pxComputed: 45px
Description: The size of the Avatar in the Card.
kendo-card-avatar-spacing$kendo-card-header-padding-x16pxDefault: $kendo-card-header-padding-xComputed: 16px
Description: The spacing between the Avatar and the text in the Card.
kendo-card-actions-padding-xk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The horizontal padding of the Card actions.
kendo-card-actions-padding-yk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The vertical padding of the Card actions.
kendo-card-actions-border-width1px1pxDefault: 1pxComputed: 1px
Description: The top border width of the Card actions.
kendo-card-actions-gapk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The spacing between the Card actions.
kendo-card-deck-scroll-button-radius0px0pxDefault: 0pxComputed: 0px
Description: The border radius of the scroll button in the Card deck.
kendo-card-deck-scroll-button-offset-$kendo-button-border-width-1pxDefault: -$kendo-button-border-widthComputed: -1px
Description: The border radius of the scroll button in the Card deck.
kendo-card-callout-width20px20pxDefault: 20pxComputed: 20px
Description: The width of the Card callout.
kendo-card-callout-height20px20pxDefault: 20pxComputed: 20px
Description: The height of the Card callout.