You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet/html-helpers/charts/overview.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,7 +310,6 @@ You may also need to apply global settings that affect all axes. In such cases,
310
310
311
311
*[Data binding]({% slug htmlhelpers_charts_databinding_aspnetcore %})—You can populate the Telerik UI Chart for {{ site.framework }} with data by binding it to inline data, local data, or remote data.
312
312
*[Appearance]({% slug htmlhelpers_charts_appearance_aspnetcore %})—Unlike other {{ site.product }} components which use only CSS for styling, you can control the appearance of the Chart elements primarily by using JavaScript style options.
313
-
*[Scaffolding]({% slug scaffoldingchart_aspnetmvc %})—The Chart for {{ site.framework }} enables you to use the Kendo UI Scaffolder Visual Studio extension.
314
313
*[No Data Template]({% slug htmlhelpers_charts_no_data_template %})—The Chart for {{ site.framework }} allows you to display a message when there is no data to show. Here’s how to set up a custom message for scenarios where the chart data is unavailable.
315
314
*[Series Patterns]({% slug htmlhelpers_charts_patterns %})—The Telerik UI Chart component for {{ site.framework }} offers customization options for presenting data visually, including support for using patterns in chart series.
Copy file name to clipboardExpand all lines: docs-aspnet/installation/system-requirements/jquery-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The Kendo UI library is based on [jQuery](http://jquery.com/) and all Kendo UI b
18
18
19
19
## Supported Versions
20
20
21
-
{{ site.product }} is compatible with jQuery 1.10.x, 2.2.x and 3.7.0. Usually, each newly released jQuery version introduces breaking changes and is not compatible with the existing {{ site.product }}. In such cases, use the previous jQuery version until the release of the next official {{ site.product }} version that resolves the issue is released.
21
+
{{ site.product }} is compatible with jQuery 1.10.x, 2.2.x and 3.7.x. Usually, each newly released jQuery version introduces breaking changes and is not compatible with the existing {{ site.product }}. In such cases, use the previous jQuery version until the release of the next official {{ site.product }} version that resolves the issue is released.
22
22
23
23
Generally, the {{ site.product }} service packs and their related major releases ship with the same jQuery version. The jQuery version changes only with new major releases.
24
24
@@ -27,7 +27,7 @@ The following table provides a list of the jQuery versions that are compatible w
27
27
{% if site.core %}
28
28
| Major Releases | Compatible jQuery Versions |
29
29
| :--- | :--- |
30
-
|[UI for ASP.NET Core 2024.4.1112 (2024 Q4)](https://www.telerik.com/support/whats-new/aspnet-core-ui/release-history/telerik-ui-for-asp-net-core-2024-4-1112-(2024-q4))|3.7.0, 2.2.x, 1.12.4, 1.10.x|
30
+
|[UI for ASP.NET Core 2024.4.1112 (2024 Q4)](https://www.telerik.com/support/whats-new/aspnet-core-ui/release-history/telerik-ui-for-asp-net-core-2024-4-1112-(2024-q4))|3.7.x, 2.2.x, 1.12.4, 1.10.x|
31
31
|[UI for ASP.NET Core 2024.3.806 (2024 Q3)](https://www.telerik.com/support/whats-new/aspnet-core-ui/release-history/telerik-ui-for-asp-net-core-2024-3-806-(2024-q3))|3.7.0, 2.2.x, 1.12.4, 1.10.x|
32
32
|[UI for ASP.NET Core 2024.2.514 (2024 Q2)](https://www.telerik.com/support/whats-new/aspnet-core-ui/release-history/telerik-ui-for-asp-net-core-2024-2-514-(2024-q2))|3.7.0, 2.2.x, 1.12.4, 1.10.x|
33
33
|[UI for ASP.NET Core 2024.1.130 (2024 Q1)](https://www.telerik.com/support/whats-new/aspnet-core-ui/release-history/ui-for-asp-net-core-2024-q1-(version-2024-1-130))|3.7.0, 2.2.x, 1.12.4, 1.10.x|
description: "Learn how to use the No Data Template of the Kendo UI for jQuery Chart."
5
+
slug: kendo_charts_no_data_template
6
+
position: 7
7
+
---
8
+
9
+
# No Data Template
10
+
11
+
The Kendo UI for jQuery Chart component allows to display a message when there is no data to show. This feature is particularly useful when loading data asynchronously, as it reassures users that data may appear after a delay. Customizing the No Data Template is simple, enabling to add styling or interactive elements like buttons to improve usability. The No Data Template can be used for all [chart types]({% slug overview_charttypes_charts %}). Here's how to set up a custom message for scenarios where the chart data is unavailable.
Copy file name to clipboardExpand all lines: docs/controls/charts/overview.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ All graphics are rendered on the client by using [Scalable Vector Graphics (SVG)
31
31
|[Panes]({% slug panes_charts_widget %}) | The Chart panes enable you to create vertical sub-divisions in a single categorical Chart.
32
32
|[Title]({% slug title_features_charts %}) | The Chart enables you to configure its title.
33
33
|[Tooltip]({% slug tooltip_charts_widget %}) | The Chart enables you to display details about the data point over which the mouse is currently hovering.
34
+
|[No Data Template]({% slug kendo_charts_no_data_template %}) | The Chart allows you to show an overlay with a "No Data Available" message when there's no data in the component.
Copy file name to clipboardExpand all lines: docs/intro/installation/npm.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,6 +216,39 @@ To bundle the UMD files:
216
216
npx rollup -c
217
217
```
218
218
219
+
### Latest Export Settings
220
+
221
+
As of`2024.4.1112` the `@progress/kendo-ui`NPMpackage introduce a more fine-grained exports setting to satisfy various module bundlers and easy its usage in the NPM ecosystem.
222
+
223
+
```javascript
224
+
`@progress/kendo-ui` //Imports the kendo.all.js
225
+
`@progress/kendo-ui/*.js` //Imports the files corresponding to the modul system used - ESM or CJS.
226
+
`@progress/kendo-ui/esm` //Imports kendo.all.js only for ESM.
227
+
`@progress/kendo-ui/esm/*.js` //Imports the files for ESM.
228
+
`@progress/kendo-ui/cjs` //Importskendo.all.js only for CJS.
229
+
`@progress/kendo-ui/esm/*.js` //Imports the files for CJS.
230
+
`@progress/kendo-ui/umd` //Imports kendo.all.min.js only for UMD.
231
+
`@progress/kendo-ui/umd/*.js` //Imports th files for UMD.
232
+
```
233
+
234
+
#### Examples
235
+
236
+
```javascript
237
+
import "@progress/kendo-ui"; //Imports the kendo.all.js
238
+
```
239
+
240
+
```javascript
241
+
import "@progress/kendo-ui/esm"; //Imports kendo.all.js only for ESM.
242
+
```
243
+
244
+
```javascript
245
+
import "@progress/kendo-ui/kendo.grid.js"; //Imports the Grid related files corresponding to the modul system used - ESM or CJS.
246
+
```
247
+
248
+
```javascript
249
+
import "@progress/kendo-ui/esm/kendo.grid.js"; //Imports the Grid related files for ESM.
250
+
```
251
+
219
252
## Known Issues
220
253
221
254
* The Progress NPM registry was retired in favor of [npmjs.com](https://www.npmjs.com/). To start using the default registry, remove the two lines which contain `registry.npm.telerik.com` from your `.npmrc` file.
Copy file name to clipboardExpand all lines: docs/intro/supporting/jquery-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ The Kendo UI library is based on [jQuery](https://jquery.com/).
17
17
18
18
## Supported Versions
19
19
20
-
Kendo UI is compatible with jQuery 1.10.x, 2.2.x and 3.7.0. Each newly released jQuery version introduces breaking changes and is not compatible with the existing Kendo UI versions. In such cases, use the previous jQuery version until the next official Kendo UI version that resolves the issue is released.
20
+
Kendo UI is compatible with jQuery 1.10.x, 2.2.x and 3.7.x. Each newly released jQuery version introduces breaking changes and is not compatible with the existing Kendo UI versions. In such cases, use the previous jQuery version until the next official Kendo UI version that resolves the issue is released.
21
21
The following table provides a list of the jQuery versions that are compatible with the major Kendo UI releases and their corresponding service packs.
0 commit comments