BubbleDirective
12 Sep 20252 minutes to read
Represents the directive to define the bubbles in the maps.
<e-layers>
<e-layer>
<e-bubbleSettings>
<e-bubbleSetting>
</e-bubbleSetting>
</e-bubbleSettings>
</e-layer>
</e-layers>Properties
animationDelay any
Gets or sets the delay in animation for the bubbles in maps.
Defaults to 0
animationDuration any
Gets or sets the duration for the animation of the bubbles in maps.
Defaults to 1000
border any
Gets or sets the options to customize the style properties of the border for the bubbles in maps.
bubbleType any
Gets or sets the type of the bubble in maps.
Defaults to Circle
colorMapping any
Gets or sets the color-mapping for the bubbles in maps.
Defaults to []
colorValuePath any
Gets or sets the field name from the data source of bubble settings to set the color for each bubble in maps.
Defaults to null
dataSource any
Gets or sets the data source for the bubble.
The data source must contain the size value of the bubble that can be bound to the bubble
of the maps using the valuePath property in the bubbleSettings.
The data source can contain data such as color and other informations that can be bound to the bubble and tooltip of the bubble.
Defaults to []
fill any
Gets or sets the color for the bubbles in maps.
Defaults to ’’
highlightSettings any
Gets or sets the options to customize the highlight of the bubbles in maps.
maxRadius any
Gets or sets the maximum radius for the bubbles in maps.
Defaults to 20
minRadius any
Gets or sets the minimum radius for the bubbles in maps.
Defaults to 10
opacity any
Gets or sets the opacity of the bubbles in maps.
Defaults to 1
query any
Gets or sets the query to select particular data from the bubble data source.
This property is applicable only when the data source is created by data manager.
Defaults to null
selectionSettings any
Gets or sets the options to customize the selection of the bubbles in maps.
tooltipSettings any
Gets or sets the options to customize the tooltip of the bubbles in maps.
valuePath any
Gets or sets the field name from the data source of bubble settings based on which the bubbles are rendered on the maps.
Defaults to null
visible any
Enables or disables the visibility of the bubbles in maps.
Defaults to false