Skip to content

Commit 9234417

Browse files
docs(Chart): Remove outdated note (#3785)
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent c19f8b7 commit 9234417

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

components/chart/labels-template-and-format.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ Where the labels are numerical (series values, the value axis), you can format t
7474

7575
## Templates
7676

77-
> This section changed for product version 4.5.0. If you are using an older version, then [download the PDF documentation](https://www.telerik.com/account/downloads/product-download?product=BLAZOR) for your version, or [browse an older version of this documentation page](https://github.com/telerik/blazor-docs/blob/4.4.0/components/chart/labels-template-and-format.md#templates).
78-
7977
To set a template for Chart labels, use the `Template` parameter in the corresponding inner `...Labels` tag. For example, set `Template` to `<ChartSeriesLabels>` inside `<ChartSeries>`, or to `<ChartValueAxisLabels>` inside `<ChartValueAxis>`.
8078

8179
The Blazor Chart uses client-side rendering and the label templates are JavaScript-based. The `Template` parameter must point to a name of a JavaScript function, which is defined in the global scope. This function must return the formatted label as a plain text string. HTML markup inside the label template is not supported.

0 commit comments

Comments
 (0)