Skip to content

Commit e813999

Browse files
committed
Sync with Kendo UI Professional
1 parent e49ef4a commit e813999

File tree

57 files changed

+61
-139
lines changed

Some content is hidden

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

57 files changed

+61
-139
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ Setting the `Series` object to `"Bar"` renders horizontal bars.
133133
* [Basic Usage of the Bar Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/index)
134134
* [Basic Usage of the Range Bar Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/range-bar-charts/index)
135135
{% if site.core %}
136-
* [Basic Usage of the Bar Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/tag-helper)
137136
* [Basic Usage of the Range Bar Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/range-bar-charts/tag-helper)
138137
{% endif %}
139138
* [Server-Side API](/api/chart)

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

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

1616
Bubble Charts display data as points with coordinates and sizes defined by the value of their items.
1717

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

2320
## Getting Started
2421

@@ -74,8 +71,5 @@ The following example demonstrates how to create a Bubble Chart and visualizes s
7471

7572
## See Also
7673

77-
* [Basic Usage of the Bubble Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bubble-charts/index)
78-
{% if site.core %}
79-
* [Basic Usage of the Bubble Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bubble-charts/tag-helper)
80-
{% endif %}
74+
* [Basic Usage of the Bubble Chart for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bubble-charts/index)
8175
* [Server-Side API](/api/chart)

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

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

1616
Bullet Charts represent a variation of the [Bar Chart]({% slug barcharts_aspnetcore_htmlhelper %}).
1717

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

2320
## Getting Started
2421

@@ -147,8 +144,5 @@ The following example demonstrates how to use all three options to customize the
147144

148145
## See Also
149146

150-
* [Basic Usage of the Bullet Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bullet-charts/index)
151-
{% if site.core %}
152-
* [Basic Usage of the Bullet Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bullet-charts/tag-helper)
153-
{% endif %}
147+
* [Basic Usage of the Bullet Chart for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bullet-charts/index)
154148
* [Server-Side API](/api/chart)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ You can also control the arrangement of the value axes by specifying the values
284284
* [Basic Usage of the Bar Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/index)
285285
* [Basic Usage of the Line Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/line-charts/index)
286286
{% if site.core %}
287-
* [Basic Usage of the Bar Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/tag-helper)
288287
* [Basic Usage of the Line Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/line-charts/tag-helper)
289288
{% endif %}
290289
* [Server-Side API](/api/chart)

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ Funnel Charts display a single series of data in progressively decreasing or inc
1818
Funnel Charts are suitable for representing stages in a sales process and for showing the amount of the potential revenue from each stage. They are also useful when identifying potential problem areas in the sales processes of an organization. Funnel Charts are similar to the [Stacked Bar Charts](https://demos.telerik.com/{{ site.platform }}/bar-charts/stacked-bar) and are well suited for displaying several values.
1919

2020
* [Demo page for the Funnel Chart HtmlHelper](https://demos.telerik.com/{{ site.platform }}/funnel-charts/index)
21-
{% if site.core %}
22-
* [Demo page for the Funnel Chart TagHelper](https://demos.telerik.com/{{ site.platform }}/funnel-charts/tag-helper)
23-
{% endif %}
2421

2522
## Concepts
2623

@@ -95,8 +92,5 @@ The following example demonstrates how to base the widths of the bases for each
9592

9693
## See Also
9794

98-
* [Basic Usage of the Funnel Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/funnel-charts/index)
99-
{% if site.core %}
100-
* [Basic Usage of the Funnel Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/funnel-charts/tag-helper)
101-
{% endif %}
95+
* [Basic Usage of the Funnel Chart for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/funnel-charts/index)
10296
* [Server-Side API](/api/chart)

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ Pyramid Charts display a single series of data in progressively increasing propo
1717

1818
Pyramid Charts are suitable to represent stages in a priority process, population vizualization, singular datasets, etc.
1919

20-
* [Demo page for the Pyramid Chart HtmlHelper](https://demos.telerik.com/{{ site.platform }}/pyramid-charts/index)
21-
{% if site.core %}
22-
* [Demo page for the Pyramid Chart TagHelper](https://demos.telerik.com/{{ site.platform }}/pyramid-charts/tag-helper)
23-
{% endif %}
20+
* [Demo page for the Pyramid Chart](https://demos.telerik.com/{{ site.platform }}/pyramid-charts/index)
2421

2522
## Concepts
2623

@@ -91,8 +88,5 @@ The following example demonstrates how to configure a basic Pyramid chart.
9188

9289
## See Also
9390

94-
* [Basic Usage of the Pyramid Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/pyramid-charts/index)
95-
{% if site.core %}
96-
* [Basic Usage of the Pyramid Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/pyramid-charts/tag-helper)
97-
{% endif %}
91+
* [Basic Usage of the Pyramid Chart for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/pyramid-charts/index)
9892
* [Server-Side API](/api/chart)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ To enable panning, use the [`Pannable`](/api/kendo.mvc.ui.fluent/chartbuilder#pa
301301
* [Basic Usage of the Bar Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/index)
302302
* [Basic Usage of the Line Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/line-charts/index)
303303
{% if site.core %}
304-
* [Basic Usage of the Bar Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/tag-helper)
305304
* [Basic Usage of the Line Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/line-charts/tag-helper)
306305
{% endif %}
307306
* [Server-Side API](/api/chart)

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ The HeatMap uses colors to indicate the relative value of data points in two dim
2222

2323
To see the component in action, check the examples:
2424

25-
* [Demo page for the HeatMap HtmlHelper](https://demos.telerik.com/{{ site.platform }}/heatmap/index)
26-
{% if site.core %}
27-
* [Demo page for the HeatMap TagHelper](https://demos.telerik.com/{{ site.platform }}/heatmap/tag-helper)
28-
{% endif %}
25+
* [Demo page for the HeatMap](https://demos.telerik.com/{{ site.platform }}/heatmap/index)
2926

3027
## Basic configuration
3128

docs-aspnet/html-helpers/charts/sparkline/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ You can continue experimenting with the code sample above by running it in the T
181181
182182
## See Also
183183
184-
* [Using the API of the Sparkline for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/sparkline/api)
184+
* [Basic Usage of the Sparkline for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/sparklines)
185185
* [Client-Side API of the Sparkline](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/sparkline)
186186
* [Server-Side API of the Sparkline](/api/sparkline)
187187
* [Knowledge Base Section](/knowledge-base)

docs-aspnet/html-helpers/charts/treemap/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ The following example demonstrates how to subscribe to events by a template dele
8181

8282
## See Also
8383

84-
* [Using the API of the TreeMap for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/treemap/api)
84+
* [Basic Usage of the TreeMap for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/treemap)
8585
* [TreeMap Server-Side API](/api/treemap)
8686
* [TreeMap Client-Side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/treemap)

0 commit comments

Comments
 (0)