Skip to content

Commit ab1122b

Browse files
committed
chore(globalization): updated overview article to include chart tooltips
1 parent 1cbe98e commit ab1122b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

globalization/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Telerik Components use the current thread culture to render the appropriate
2525

2626
* [Calendar](https://demos.telerik.com/blazor-ui/calendar/globalization) - the names of the months and days of the week are taken from the current culture, and the `FirstDayOfWeek` of the culture is honored when ordering the days of the week. The Calendar uses the `ShortestDayNames` array to get the short names for the days of the week and it expects them in the default order coming from the framework - Sunday to Saturday.
2727

28-
* [Chart](https://demos.telerik.com/blazor-ui/chart/globalization) - the [Label Format Strings]({%slug components/chart/label-template-format%}) are culture aware (e.g., currency, dates).
28+
* [Chart](https://demos.telerik.com/blazor-ui/chart/globalization) - the [Label Format Strings]({%slug components/chart/label-template-format%}) and [Tooltip]({%slug chart-tooltip-overview%}) are culture aware (e.g., currency, dates).
2929

3030
* [DateInput](https://demos.telerik.com/blazor-ui/dateinput/globalization) - @[template](/_contentTemplates/common/general-info.md#date-format-per-culture)
3131

@@ -46,4 +46,4 @@ The Telerik Components use the current thread culture to render the appropriate
4646
## See Also
4747

4848
* [Localization]({%slug globalization-localization%})
49-
* [Supported Date Formats]({%slug components/dateinput/supported-formats%})
49+
* [Supported Date Formats]({%slug components/dateinput/supported-formats%})

0 commit comments

Comments
 (0)