New to Kendo UI for AngularStart a free 30-day trial

Customizing ChartWizard

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-chart-wizard-icon-area-colorStringif($kendo-enable-color-system, k-color(primary), $kendo-color-primary)var(--kendo-color-primary, #ff6358)
Description
The color of the area around the chart type icon.
$kendo-chart-wizard-icon-area-bgStringif($kendo-enable-color-system, k-color(primary-subtle), k-try-tint( $kendo-color-primary, 80% ))var(--kendo-color-primary-subtle, #ffeceb)
Description
The background color of the area around the chart type icon.
$kendo-chart-wizard-icon-area-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the area around the chart type icon.
$kendo-chart-wizard-icon-area-paddingStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The padding of the area around the chart type icon.
$kendo-chart-wizard-icon-area-focus-shadowListinset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), k-try-tint( $kendo-color-primary, 25% ))inset 0 0 0 1px var(--kendo-color-primary-emphasis, #ff9d97)
Description
The box shadow of the focused area around the chart type icon.
$kendo-chart-wizard-icon-area-selected-shadowListinset 0 0 0 1px $kendo-chart-wizard-icon-area-colorinset 0 0 0 1px var(--kendo-color-primary, #ff6358)
Description
The box shadow of the selected area around the chart type icon.
$kendo-chart-wizard-chart-type-selected-colorStringif($kendo-enable-color-system, k-color(primary), $kendo-color-primary)var(--kendo-color-primary, #ff6358)
Description
The color of the selected chart type items in the Property panel.
$kendo-chart-wizard-preview-pane-paddingStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The padding of the preview pane.
$kendo-chart-wizard-property-pane-paddingStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The padding of the property pane.
$kendo-chart-wizard-chart-type-spacingStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The gap between the chart type items in the Property panel.
$kendo-chart-wizard-icon-text-gapStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The gap between the icon area and its text.
In this article
VariablesSuggested Links
Not finding the help you need?
Contact Support