Skip to content

Commit ebef145

Browse files
committed
Sync with Kendo UI Professional
1 parent 645f0e2 commit ebef145

File tree

536 files changed

+890
-476
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

536 files changed

+890
-476
lines changed

docs-aspnet/html-helpers/charts/accessibility/key-nav.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ The `FocusHighlight` option can be applied to both Chart series and legend eleme
8787
## See Also
8888

8989
* [Keyboard Navigation by the Chart (Demo)](https://demos.telerik.com/{{ site.platform }}/charts/keyboard_navigation)
90-
* [Accessibility in the Chart]({% slug accessibility_aspnetcore_charts %})
90+
* [Accessibility in the Chart]({% slug htmlhelpers_chart_accessibility %})

docs-aspnet/html-helpers/charts/accessibility/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview
33
page_title: Telerik UI Charts Documentation | Charts Accessibility
44
description: "Get started with the Telerik UI Chart component for {{ site.framework }} and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.2."
5-
slug: accessibility_aspnetcore_charts
5+
slug: htmlhelpers_chart_accessibility
66
position: 1
77
---
88

docs-aspnet/html-helpers/charts/appearance.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,5 @@ Below is an example of using pattern fills for series:
236236
## See Also
237237

238238
* [Using the API of the Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/chart-api/index)
239-
* [Basic Usage of the Area Chart HtmlHelper for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
240-
* [Basic Usage of the Kendo UI Area Charts Tag Helper for ASP.NET Core (Demo)](https://demos.telerik.com/aspnet-core/area-charts/tag-helper)
239+
* [Basic Usage of the Area Chart for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
241240
* [Server-Side API](/api/chart)

docs-aspnet/html-helpers/charts/chart-types/area-charts.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ The Telerik UI Area Chart HtmlHelper for {{ site.framework }} is a server-side w
1515

1616
Area Charts are suitable for displaying quantitative data by using continuous lines passing through points defined by the values of their items.
1717

18-
* [Demo page for the Area Chart HtmlHelper](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
19-
{% if site.core %}
20-
* [Demo page for the Area Chart TagHelper](https://demos.telerik.com/{{ site.platform }}/area-charts/tag-helper)
21-
{% endif %}
18+
* [Demo page for the Area Chart](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
2219

2320
## Getting Started
2421

@@ -114,8 +111,5 @@ The following image displays a smooth-line Area Chart.
114111

115112
## See Also
116113

117-
* [Basic Usage of the Area Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
118-
{% if site.core %}
119-
* [Basic Usage of the Area Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/area-charts/tag-helper)
120-
{% endif %}
114+
* [Basic Usage of the Area Chart for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
121115
* [Server-Side API](/api/chart)

docs-aspnet/html-helpers/charts/data-binding.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,5 @@ To bind to remote data by using the DataSource component:
531531
* [Chart in Razor Pages]({% slug htmlhelper_chart_razorpages_aspnetcore %})
532532
{% endif %}
533533
* [Using the API of the Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/chart-api/index)
534-
* [Basic Usage of the Area Chart HtmlHelper for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
535-
* [Basic Usage of the Area Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/area-charts/tag-helper)
534+
* [Basic Usage of the Area Chart for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
536535
* [Server-Side API](/api/chart)

docs-aspnet/html-helpers/charts/elements/date-series.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,5 @@ The date axis provides options for specifying one format per base unit. If speci
572572
## See Also
573573

574574
* [Using the API of the Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/chart-api/index)
575-
* [Basic Usage of the Area Chart HtmlHelper for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
576-
* [Basic Usage of the Area Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/area-charts/tag-helper)
575+
* [Basic Usage of the Area Chart for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
577576
* [Server-Side API of the Chart for {{ site.framework }}](/api/chart)

docs-aspnet/html-helpers/charts/elements/error-bars.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,5 @@ The following example demonstrates how to use different percentages for the low
596596
## See Also
597597

598598
* [Using the API of the Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/chart-api/index)
599-
* [Basic Usage of the Area Chart HtmlHelper for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
600-
* [Basic Usage of the Area Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/area-charts/tag-helper)
599+
* [Basic Usage of the Area Chart for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
601600
* [Server-Side API of the Chart for {{ site.framework }}](/api/chart)

docs-aspnet/html-helpers/charts/elements/legend.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,5 @@ To define a title, configure the [`Title`](/api/kendo.mvc.ui.fluent/chartlegends
191191
## See Also
192192

193193
* [Using the API of the Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/chart-api/index)
194-
* [Basic Usage of the Area Chart HtmlHelper for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
195-
* [Basic Usage of the Area Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/area-charts/tag-helper)
194+
* [Basic Usage of the Area Chart for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
196195
* [Server-Side API of the Chart for {{ site.framework }}](/api/chart)

docs-aspnet/html-helpers/charts/elements/notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,5 @@ The template provides access to all information that is associated with the poin
119119
## See Also
120120

121121
* [Using the API of the Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/chart-api/index)
122-
* [Basic Usage of the Area Chart HtmlHelper for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
123-
* [Basic Usage of the Area Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/area-charts/tag-helper)
122+
* [Basic Usage of the Area Chart for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
124123
* [Server-Side API of the Chart for {{ site.framework }}](/api/chart)

docs-aspnet/html-helpers/charts/elements/panes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,5 @@ To disable clipping, set the `Panes.Clip` setting to `false`:
178178
## See Also
179179

180180
* [Using the API of the Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/chart-api/index)
181-
* [Basic Usage of the Area Chart HtmlHelper for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
182-
* [Basic Usage of the Area Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/area-charts/tag-helper)
181+
* [Basic Usage of the Area Chart for {{ site.framework }} (Demos)](https://demos.telerik.com/{{ site.platform }}/area-charts/index)
183182
* [Server-Side API of the Chart for {{ site.framework }}](/api/chart)

0 commit comments

Comments
 (0)