Skip to content

Commit 13b234c

Browse files
committed
Sync with Kendo UI Professional
1 parent 5cf95ae commit 13b234c

File tree

16 files changed

+651
-13
lines changed

16 files changed

+651
-13
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,7 @@ The following image displays a smooth-line Area Chart.
115115
## See Also
116116

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

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ Setting the `Series` object to `"Bar"` renders horizontal bars.
131131
## See Also
132132

133133
* [Basic Usage of the Bar Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/index)
134-
* [Basic Usage of the Bar Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/tag-helper)
135134
* [Basic Usage of the Range Bar Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/range-bar-charts/index)
135+
{% 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)
136137
* [Basic Usage of the Range Bar Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/range-bar-charts/tag-helper)
137-
138+
{% endif %}
138139
* [Server-Side API](/api/chart)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,7 @@ The following example demonstrates how to create a Bubble Chart and visualizes s
7575
## See Also
7676

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,7 @@ The following example demonstrates how to use all three options to customize the
148148
## See Also
149149

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,9 @@ You can also control the arrangement of the value axes by specifying the values
282282

283283
* [Using the API of the Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/chart-api/index)
284284
* [Basic Usage of the Bar Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/index)
285-
* [Basic Usage of the Bar Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/tag-helper)
286285
* [Basic Usage of the Line Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/line-charts/index)
286+
{% 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)
287288
* [Basic Usage of the Line Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/line-charts/tag-helper)
289+
{% endif %}
288290
* [Server-Side API](/api/chart)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,7 @@ The following example demonstrates how to base the widths of the bases for each
9696
## See Also
9797

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ You can also completely draw custom markers for the Line series through the `Vis
275275
## See Also
276276

277277
* [Basic Usage of the Line Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/line-charts/index)
278+
{% if site.core %}
278279
* [Basic Usage of the Line Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/line-charts/tag-helper)
280+
{% endif %}
279281
* [Server-Side API](/api/chart)
280282
* [Client-Side API](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,7 @@ The following example demonstrates how to configure a basic Pyramid chart.
9292
## See Also
9393

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

0 commit comments

Comments
 (0)