New to Kendo UI for Angular? Start a free 30-day trial
Customizing Orgchart
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-orgchart-spacer | String | k-spacing(6) | var(--kendo-spacing-6, 1.5rem) |
Description
The spacing index of the OrgChart. | |||
$kendo-orgchart-padding-y | String | $kendo-orgchart-spacer | var(--kendo-spacing-6, 1.5rem) |
Description
The vertical padding of the OrgChart. | |||
$kendo-orgchart-padding-x | String | $kendo-orgchart-padding-y | var(--kendo-spacing-6, 1.5rem) |
Description
The horizontal padding of the OrgChart. | |||
$kendo-orgchart-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the OrgChart. | |||
$kendo-orgchart-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the OrgChart. | |||
$kendo-orgchart-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
Description
The line height of the OrgChart. | |||
$kendo-orgchart-bg | String | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the OrgChart. | |||
$kendo-orgchart-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the OrgChart. | |||
$kendo-orgchart-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The border color of the OrgChart. | |||
$kendo-orgchart-node-gap | String | $kendo-orgchart-spacer | var(--kendo-spacing-6, 1.5rem) |
Description
The spacing of the OrgChart node. | |||
$kendo-orgchart-group-gap | String | $kendo-orgchart-spacer | var(--kendo-spacing-6, 1.5rem) |
Description
The spacing of the OrgChart group. | |||
$kendo-orgchart-node-container-gap | String | $kendo-orgchart-spacer | var(--kendo-spacing-6, 1.5rem) |
Description
The spacing of the OrgChart node container. | |||
$kendo-orgchart-node-group-padding-y | String | $kendo-orgchart-spacer | var(--kendo-spacing-6, 1.5rem) |
Description
The vertical padding of the OrgChart node group. | |||
$kendo-orgchart-node-group-padding-x | String | $kendo-orgchart-node-group-padding-y | var(--kendo-spacing-6, 1.5rem) |
Description
The horizontal padding of the OrgChart node group. | |||
$kendo-orgchart-node-group-border-width | Number | 1px | 1px |
Description
The border width of the OrgChart node group. | |||
$kendo-orgchart-node-group-border-radius | String | k-border-radius(md) | var(--kendo-border-radius-md, 0.25rem) |
Description
The border radius of the OrgChart node group. | |||
$kendo-orgchart-node-group-bg | String | $kendo-base-bg | var(--kendo-color-surface, #fafafa) |
Description
The background color of the OrgChart node group. | |||
$kendo-orgchart-node-group-text | String | $kendo-base-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the OrgChart node group. | |||
$kendo-orgchart-node-group-border | String | $kendo-base-border | 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 | Color | $kendo-card-focus-border | rgba(0, 0, 0, 0.15) |
Description
The border color of the focused OrgChart node group. | |||
$kendo-orgchart-node-group-focus-shadow | String | k-elevation(1) | 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 | String | var( --kendo-font-size-lg, inherit ) | var(--kendo-font-size-lg, inherit) |
Description
The font size of the OrgChart node group title. | |||
$kendo-orgchart-node-group-title-margin-bottom | Calculation | calc( #{$kendo-orgchart-spacer} / 3 ) | calc(var(--kendo-spacing-6, 1.5rem) / 3) |
Description
The bottom margin of the OrgChart node group title. | |||
$kendo-orgchart-node-group-title-line-height | String | var( --kendo-line-height-sm, normal ) | var(--kendo-line-height-sm, normal) |
Description
The line height of the OrgChart node group title. | |||
$kendo-orgchart-node-group-subtitle-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the OrgChart node group subtitle. | |||
$kendo-orgchart-node-group-subtitle-margin-bottom | String | $kendo-orgchart-spacer | var(--kendo-spacing-6, 1.5rem) |
Description
The bottom margin of the OrgChart node group subtitle. | |||
$kendo-orgchart-node-group-subtitle-text | String | $kendo-subtle-text | var(--kendo-color-subtle, #666666) |
Description
The line height of the OrgChart node group subtitle. | |||
$kendo-orgchart-card-width | Number | 300px | 300px |
Description
The width of the OrgChart Card. | |||
$kendo-orgchart-card-padding-y | String | $kendo-card-padding-y | var(--kendo-spacing-3, 0.75rem) |
Description
The vertical padding of the OrgChart Card. | |||
$kendo-orgchart-card-padding-x | String | $kendo-orgchart-card-padding-y | var(--kendo-spacing-3, 0.75rem) |
Description
The horizontal padding of the OrgChart Card. | |||
$kendo-orgchart-card-border-width | Number | $kendo-card-border-width | 1px |
Description
The border width of the OrgChart Card. | |||
$kendo-orgchart-card-shadow | Null | $kendo-card-shadow | null |
Description
The shadow of the OrgChart Card. | |||
$kendo-orgchart-card-focus-shadow | String | k-elevation(1) | 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-bottom | String | k-spacing(0) | var(--kendo-spacing-0, 0px) |
Description
The bottom margin of the OrgChart Card title. | |||
$kendo-orgchart-card-title-font-size | Null | null | null |
Description
The font size of the OrgChart Card title. | |||
$kendo-orgchart-card-subtitle-margin-bottom | String | k-spacing(0) | var(--kendo-spacing-0, 0px) |
Description
The bottom margin of the OrgChart Card subtitle. | |||
$kendo-orgchart-card-subtitle-font-size | Null | null | null |
Description
The font size of the OrgChart Card subtitle. | |||
$kendo-orgchart-card-body-border-width | List | 2px 0 0 | 2px 0 0 |
Description
The border width of the OrgChart Card body. | |||
$kendo-orgchart-card-body-border-color | Color | transparent | transparent |
Description
The border color of the OrgChart Card body. | |||
$kendo-orgchart-card-body-vbox-margin-right | String | k-math-div( $kendo-orgchart-spacer, 2 ) | 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 | Number | $kendo-card-avatar-size | 45px |
Description
The min height of the OrgChart Card body title wrap. | |||
$kendo-orgchart-line-size | Number | 1px | 1px |
Description
The size of the OrgChart connecting line. | |||
$kendo-orgchart-line-fill | String | $kendo-base-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The fill color of the OrgChart connecting line. | |||
$kendo-orgchart-line-v-height | Number | 25px | 25px |
Description
The height of the OrgChart connecting line. |