BubbleSettings
23 Sep 20252 minutes to read
Gets or sets the options to customize the bubble elements in the maps.
Properties
animationDelay number
Gets or sets the delay in animation for the bubbles in maps.
Defaults to 0
animationDuration number
Gets or sets the duration for the animation of the bubbles in maps.
Defaults to 1000
border BorderModel
Gets or sets the options to customize the style properties of the border for the bubbles in maps.
bubbleType BubbleType
Gets or sets the type of the bubble in maps.
Defaults to Circle
colorMapping ColorMappingSettingsModel[]
Gets or sets the color-mapping for the bubbles in maps.
Defaults to []
colorValuePath string
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 Object[]|DataManager
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 string
Gets or sets the color for the bubbles in maps.
Defaults to ’’
highlightSettings HighlightSettingsModel
Gets or sets the options to customize the highlight of the bubbles in maps.
maxRadius number
Gets or sets the maximum radius for the bubbles in maps.
Defaults to 20
minRadius number
Gets or sets the minimum radius for the bubbles in maps.
Defaults to 10
opacity number
Gets or sets the opacity of the bubbles in maps.
Defaults to 1
query Query
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 SelectionSettingsModel
Gets or sets the options to customize the selection of the bubbles in maps.
tooltipSettings TooltipSettingsModel
Gets or sets the options to customize the tooltip of the bubbles in maps.
valuePath string
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 boolean
Enables or disables the visibility of the bubbles in maps.
Defaults to false