Skip to content

Commit a7c717b

Browse files
committed
docs(Charts): change descriptions
1 parent 73ff1d4 commit a7c717b

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-
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:
14+
Starting in **version 7.0.0**, when all Chart series have no data to show, a default **No data** localizable text is displayed. You can customize this content using the `NoDataTemplate`. This is a global Chart setting and applies to all instances where a Chart series does not have any data to dispay. To change the default behavior, simply 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-
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:
14+
Starting in **version 7.0.0**, when all StockChart series have no data to show, a default **No data** localizable text is displayed. You can customize this content using the `NoDataTemplate`. This is a global StockChart setting and applies to all instances where a StockChart series does not have any data to dispay. To change the default behavior, simply declare a `<NoDataTemplate>` tag inside a `<StockChartSettings>` tag:
1515

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

0 commit comments

Comments
 (0)