From 6c250bde71d26d6247ae9c74bd46f212ff2b1776 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Fri, 3 Jul 2026 09:09:24 +0300 Subject: [PATCH] docs(Chart): Remove outdated note --- components/chart/labels-template-and-format.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/chart/labels-template-and-format.md b/components/chart/labels-template-and-format.md index 056346b16..3de7e4a75 100644 --- a/components/chart/labels-template-and-format.md +++ b/components/chart/labels-template-and-format.md @@ -74,8 +74,6 @@ Where the labels are numerical (series values, the value axis), you can format t ## Templates -> 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). - To set a template for Chart labels, use the `Template` parameter in the corresponding inner `...Labels` tag. For example, set `Template` to `` inside ``, or to `` inside ``. 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.