Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ An area is the fundamental element of the VectorMap UI component. Map areas usua

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

#####See Also#####
- [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')

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'*.

<!--JavaScript-->var vectorMapOptions = {
Expand Down Expand Up @@ -41,4 +38,7 @@ Specified directly in the **layer** object, these properties are applied to all
}
}
}]
};
};

#####See Also#####
- [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')
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ Four types of markers are available in VectorMap: dot, bubble, pie and image, ea
name: "Pie Markers"
}

#####See Also#####
- [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')

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.

<!--JavaScript-->var vectorMapOptions = {
Expand Down Expand Up @@ -65,4 +62,7 @@ Specified directly in the **layers** object, these properties are applied to all
});
}
}]
};
};

#####See Also#####
- [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')
Loading