-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
1,390 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
--- | ||
title: Customizing ChartWizard | ||
description: "Refer to the list of the Kendo UI Bootstrap theme variables available for customization." | ||
slug: variables_kendothemebootstrap_chart-wizard | ||
position: 9 | ||
--- | ||
|
||
# Customizing ChartWizard | ||
|
||
## Variables | ||
|
||
The following table lists the available variables for customization. | ||
|
||
<table class="theme-variables"> | ||
<colgroup> | ||
<col style="width: 200px; white-space:nowrap;" /> | ||
<col /> | ||
<col /> | ||
<col /> | ||
</colgroup> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Type</th> | ||
<th>Default value</th> | ||
<th>Computed value</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>$kendo-chart-wizard-icon-area-color</td> | ||
<td>String</td> | ||
<td><code>if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)</code></td> | ||
<td><code>var(--kendo-color-primary, #0d6efd)</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the area around the chart type icon.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-chart-wizard-icon-area-bg</td> | ||
<td>String</td> | ||
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), $kendo-color-primary-subtle)</code></td> | ||
<td><code>var(--kendo-color-primary-subtle, #cfe2ff)</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the area around the chart type icon.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-chart-wizard-icon-area-border-radius</td> | ||
<td>String</td> | ||
<td><code>k-border-radius(sm)</code></td> | ||
<td><code>var(--kendo-border-radius-sm, 0.25rem)</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border radius of the area around the chart type icon.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-chart-wizard-icon-area-padding</td> | ||
<td>String</td> | ||
<td><code>k-spacing(4)</code></td> | ||
<td><code>var(--kendo-spacing-4, 1rem)</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The padding of the area around the chart type icon.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-chart-wizard-icon-area-focus-shadow</td> | ||
<td>List</td> | ||
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), $kendo-color-primary-emphasis)</code></td> | ||
<td><code>inset 0 0 0 1px var(--kendo-color-primary-emphasis, rgba(13, 110, 253, 0.4))</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the focused area around the chart type icon.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-chart-wizard-icon-area-selected-shadow</td> | ||
<td>List</td> | ||
<td><code>inset 0 0 0 1px $kendo-chart-wizard-icon-area-color</code></td> | ||
<td><code>inset 0 0 0 1px var(--kendo-color-primary, #0d6efd)</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the selected area around the chart type icon.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-chart-wizard-chart-type-selected-color</td> | ||
<td>String</td> | ||
<td><code>if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)</code></td> | ||
<td><code>var(--kendo-color-primary, #0d6efd)</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the selected chart type items in the Property panel.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-chart-wizard-preview-pane-padding</td> | ||
<td>String</td> | ||
<td><code>k-spacing(4)</code></td> | ||
<td><code>var(--kendo-spacing-4, 1rem)</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The padding of the preview pane.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-chart-wizard-property-pane-padding</td> | ||
<td>String</td> | ||
<td><code>k-spacing(4)</code></td> | ||
<td><code>var(--kendo-spacing-4, 1rem)</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The padding of the property pane.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-chart-wizard-chart-type-spacing</td> | ||
<td>String</td> | ||
<td><code>k-spacing(6)</code></td> | ||
<td><code>var(--kendo-spacing-6, 1.5rem)</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The gap between the chart type items in the Property panel.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-chart-wizard-icon-text-gap</td> | ||
<td>String</td> | ||
<td><code>k-spacing(3)</code></td> | ||
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The gap between the icon area and its text.</div></div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
## Suggested Links | ||
|
||
* [Styling Overview]({% slug themesandstyles %}) | ||
* [Web Font Icons]({% slug icons %}) | ||
* [Preview of the Themed Components](../) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.