Skip to content

Commit ea13e8f

Browse files
VectorMap: Move See Also to the End in Visual Areas (#8665)
1 parent d144502 commit ea13e8f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

concepts/05 UI Components/VectorMap/10 Visual Elements/10 Areas.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ An area is the fundamental element of the VectorMap UI component. Map areas usua
22

33
![DevExtreme ChartJS VectorMap](/images/ChartJS/MapAreas.png)
44

5-
#####See Also#####
6-
- [Vector Map - Data for Areas](/concepts/05%20UI%20Components/VectorMap/20%20Providing%20Data/10%20Data%20for%20Areas '/Documentation/Guide/UI_Components/VectorMap/Providing_Data#Data_for_Areas')
7-
85
You can configure map areas using fields of the [layer](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/') object, whose [type](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/type.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#type') is *'area'*.
96

107
<!--JavaScript-->var vectorMapOptions = {
@@ -41,4 +38,7 @@ Specified directly in the **layer** object, these properties are applied to all
4138
}
4239
}
4340
}]
44-
};
41+
};
42+
43+
#####See Also#####
44+
- [Vector Map - Data for Areas](/concepts/05%20UI%20Components/VectorMap/20%20Providing%20Data/10%20Data%20for%20Areas '/Documentation/Guide/UI_Components/VectorMap/Providing_Data#Data_for_Areas')

concepts/05 UI Components/VectorMap/10 Visual Elements/20 Markers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ Four types of markers are available in VectorMap: dot, bubble, pie and image, ea
1717
name: "Pie Markers"
1818
}
1919

20-
#####See Also#####
21-
- [Vector Map - Data for Markers](/concepts/05%20UI%20Components/VectorMap/20%20Providing%20Data/20%20Data%20for%20Markers.md '/Documentation/Guide/UI_Components/VectorMap/Providing_Data#Data_for_Markers')
22-
2320
You can configure map markers using fields of the [layer](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/') object, whose [type](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/type.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#type') is *'marker'*. To specify the type of markers, set the [elementType](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/type.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#type') field of this object.
2421

2522
<!--JavaScript-->var vectorMapOptions = {
@@ -65,4 +62,7 @@ Specified directly in the **layers** object, these properties are applied to all
6562
});
6663
}
6764
}]
68-
};
65+
};
66+
67+
#####See Also#####
68+
- [Vector Map - Data for Markers](/concepts/05%20UI%20Components/VectorMap/20%20Providing%20Data/20%20Data%20for%20Markers.md '/Documentation/Guide/UI_Components/VectorMap/Providing_Data#Data_for_Markers')

0 commit comments

Comments
 (0)