Skip to content

Commit 750f3e6

Browse files
985588: Resolved the font matter error in the PR.
1 parent b701c9b commit 750f3e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

blazor/treemap/data-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ N> See the data values for [product_growth](https://www.syncfusion.com/downloads
281281

282282
## Remote data
283283

284-
To interact with a remote data source, provide the endpoint [Url](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DataManager.html#Syncfusion_Blazor_DataManager_Url) within the [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DataManager.html) class along with an appropriate [Adaptor](https://blazor.syncfusion.com/documentation/data/adaptors). By default, the [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DataManager.html) uses [ODataAdaptor](https://blazor.syncfusion.com/documentation/data/adaptors/#odata-adaptor) for remote data binding.
284+
To interact with a remote data source, provide the endpoint [Url](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DataManager.html#Syncfusion_Blazor_DataManager_Url) within the [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DataManager.html) class along with an appropriate [Adaptor](https://blazor.syncfusion.com/documentation/data/adaptors). By default, the [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DataManager.html) uses [ODataAdaptor](https://blazor.syncfusion.com/documentation/data/adaptors#odata-adaptor) for remote data binding.
285285

286286
N> When using [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DataManager.html) for data binding, the **TValue** must be provided explicitly to the TreeMap component.
287287

blazor/treemap/internationalization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ The [Blazor TreeMap](https://www.syncfusion.com/blazor-components/blazor-treemap
1414
* Data label
1515
* Tooltip
1616

17-
Globalization enables a component to display numbers, dates, and times according to a specific culture or locale. The [Format](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeMap.SfTreeMap-1.html#Syncfusion_Blazor_TreeMap_SfTreeMap_1_Format) property globalizes number, date, and time values in the TreeMap component.
17+
Globalization enables a component to display numbers, dates, and times according to a specific culture or locale. The [Format](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeMap.SfTreeMap-1.html#Syncfusion_Blazor_TreeMap_SfTreeMap_1_Format) property globalize number, date, and time values in the TreeMap component.
1818

19-
In the following example, tooltips and data labels are formatted as currency based on the current application culture (for example, de-DE).
19+
In the following example, tooltips and data labels are formatted as currency based on the current application culture (for example, German).
2020

2121
```cshtml
2222
@using Syncfusion.Blazor.TreeMap

blazor/treemap/legend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Legend in Blazor TreeMap Component | Syncfusion
4-
description: Check out and learn how to configure and customize Legends in Syncfusion Blazor TreeMap component.
4+
description: Check out and learn how to configure and customize Legends in the Syncfusion Blazor TreeMap component for effective data visualization.
55
platform: Blazor
66
control: TreeMap
77
documentation: ug

0 commit comments

Comments
 (0)