BubbleSettingsModel

23 Sep 20251 minute to read

Interface for a class BubbleSettings

Properties

animationDelay number

Gets or sets the delay in animation for the bubbles in maps.

animationDuration number

Gets or sets the duration for the animation of the bubbles in maps.

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.

colorMapping ColorMappingSettingsModel[]

Gets or sets the color-mapping for the bubbles in maps.

colorValuePath string

Gets or sets the field name from the data source of bubble settings to set the color for each bubble in maps.

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.

fill string

Gets or sets the color for the bubbles in maps.

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.

minRadius number

Gets or sets the minimum radius for the bubbles in maps.

opacity number

Gets or sets the opacity of the bubbles in maps.

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.

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.

visible boolean

Enables or disables the visibility of the bubbles in maps.