BubbleLayerComponent
A vector shape layer for bubble maps. See example.
Selector
kendo-map-bubble-layer
Inputs
Name | Type | Default | Description |
---|---|---|---|
data? |
|
The array of data items for this layer. | |
locationField? |
|
The data item field which contains the symbol location. The field should be an array with two numbers - latitude and longitude in decimal degrees. | |
maxSize? |
|
|
The maximum symbol size for bubble layer symbols. |
minSize? |
|
|
The minimum symbol size for bubble layer symbols. Setting non-zero value will distort symbol area to value ratio. |
style? |
|
The default style for symbols. | |
symbol? |
|
The symbol to use for bubble layers. | |
valueField? |
|
The value field for the symbols used to determine their relative size. The data item field should be a number. |
Methods
notifyChanges | ||||||
---|---|---|---|---|---|---|
Updates the component fields with the specified values and refreshes the Chart. Use this method when the configuration values cannot be set through the template. ts
| ||||||
|