Skip to content

Commit 73ff1d4

Browse files
committed
chore(Charts): apply suggestions
1 parent 5cfec0e commit 73ff1d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/chart/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 101
1111

1212
# No Data Template
1313

14-
The `NoDataTemplate` allows you to define custom content when any of the Chart series has no data to show. To change the default **No data** localizable text, declare a `<NoDataTemplate>` tag inside a `<ChartSettings>` tag:
14+
When a Chart series has no data to show, you can use the `NoDataTemplate` to display custom content. This is a global Chart setting and applies to all instances where a Chart series does not have any data to show. To change the default **No data** localizable text, declare a `<NoDataTemplate>` tag inside a `<ChartSettings>` tag:
1515

1616
````CSHTML
1717
<TelerikButton OnClick="@UpdateData">@ButtonContent</TelerikButton>

components/stockchart/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 31
1111

1212
# No Data Template
1313

14-
The `NoDataTemplate` allows you to define custom content when any of the Stock Chart series has no data to show. To change the default **No data** localizable text, declare a `<NoDataTemplate>` tag inside a `<StockChartSettings>` tag:
14+
When a StockChart series has no data to show, you can use the `NoDataTemplate` to display custom content. This is a global StockChart setting and applies to all instances where a StockChart series does not have any data to show. To change the default **No data** localizable text, declare a `<NoDataTemplate>` tag inside a `<StockChartSettings>` tag:
1515

1616
````CSHTML
1717
<TelerikButton OnClick="@UpdateData">@ButtonContent</TelerikButton>

0 commit comments

Comments
 (0)