Skip to content

Commit

Permalink
chore(Charts): apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsvetomir-Hr committed Oct 28, 2024
1 parent 5cfec0e commit 73ff1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/chart/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ position: 101

# No Data Template

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:
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:

````CSHTML
<TelerikButton OnClick="@UpdateData">@ButtonContent</TelerikButton>
Expand Down
2 changes: 1 addition & 1 deletion components/stockchart/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ position: 31

# No Data Template

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:
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:

````CSHTML
<TelerikButton OnClick="@UpdateData">@ButtonContent</TelerikButton>
Expand Down

0 comments on commit 73ff1d4

Please sign in to comment.