This topic describes the configuration items for the scatter layer.
Chart style
The scatter layer, a component of the 3D globe, allows for independent styling and data configurations. These configurations include the size, color, and type of scatter points, along with their latitude and longitude, enabling the representation of point data on geographical locations through scatter points.
Style panel
-
Search Configuration: Click the Style icon
in the upper right corner of the panel to enter the name of the configuration item you wish to locate in the search field. The system supports fuzzy matching. For more information, see Search configuration item. Height: Specifies the scatter layer's height relative to the map globe, ranging from 3 to 10.
Breathing Rate: Sets the frequency of the scatter layer's gradient pulsation, with a range from 0 to 0.1.
Transparency: Determines the transparency of the scatter layer, with values between 0 and 1.
Data Classification: Segments the data into 2 to 7 levels based on the value field (natural segmentation) to address rendering issues from large value disparities.
Scatter Texture: Allows for the application of a texture style to the scatter layer by pasting the texture URL link.
Scatter Size (from Small To Large): Use the
or
icons to add or remove scatter size types. Arrange multiple scatter size types using the
or
icons. Copy the current scatter style configuration with the
icon to create a new scatter style with the same settings.Value: Defines the maximum value for the scatter size under this type.
ImportantThis configuration item is an array that works in conjunction with data classification. It is set incrementally from type 1 to type n. For instance, if type 1 is set to 10, data with a value from 0 to 10 will display as size 10. If type 2 is set to 20, data with a value from 11 to 20 will display as size 20. If the data classification is set to 3 levels, the value of type 3 will determine the size for data with values above 20.
Default Color: Assigns a default color to scatters when the type field in the data does not match the Scatter Type configuration.
Scatter Type: Add or remove scatter types using the
or
icons. Arrange multiple scatter types with the
or
icons. Copy the current scatter type configuration with the
icon to create a new scatter type with the same settings.Parameter
Description
type
The type value corresponds to the type field in the data.
Color
Specifies the color for the scatter of this type.
NoteThis configuration item can be an array, allowing for multiple editions. Scatters corresponding to the type field in the data will be rendered in the color of the matching edition. If the type field is not present in this configuration, the scatter will render in the default color.
Data source panel
Field | Description |
| The longitude coordinate of the scatter. |
| The latitude coordinate of the scatter. |
| The scatter's type, which determines its color in conjunction with the Scatter Type configuration. |
| The value associated with the scatter, which determines its size in relation to the Scatter Size Value configuration. |
Data Item Configuration |
Description |
Data Source |
The component's data source displays the data fields contained within the component using code editing or visual editor. You can also modify the data type to flexibly configure the component's data. |
Data Mapping |
When you need to customize chart field configurations, you can set different field mappings in the Data Mapping module to map these fields to the corresponding fields of the component. This allows for real-time data matching without altering the data source fields. Additionally, click the |
Filter |
Open the Filter to select an existing data filter or create a new one, and configure the data filter script to achieve data filtering capabilities. For more information, see manage data filters. |
Data Response Result |
This feature displays the component's data in real-time. When the component's data source changes, the data response result will display the latest data accordingly. In case of a delayed system response, you can click the |
Disable Loading State |
Check the check box to hide the loading content during component updates and data dashboard previews. Unchecking will display the loading content. The default setting is unchecked. |
Controlled Mode |
Check the check box to prevent data requests upon the component's initialization. Data requests will only be initiated through global variables or methods configured in the blueprint editor. Unchecking allows for automatic update requests. The default setting is unchecked. |
Automatic Update Request |
Check the check box to manually set the polling frequency for dynamic polling. Clearing this option disables automatic updates, requiring manual page refreshes or data request triggers through the blueprint editor and global variable events for updates. |
Advanced panel
This component does not support interaction occurrences.
Blueprint interaction
Enter the Blueprint page by clicking the
icon in the upper left corner of the page.Under the Layer Node tab, add the current component to the main canvas.
Review the blueprint configuration parameters.

Event
Event
Description
When The Data Interface Request Is Completed
This event is triggered after the data interface request is completed and the data is processed by the filter. The processed data in JSON format is also provided. For specific data examples, refer to the Data Source tab in the configuration panel on the right side of the component in the canvas editor, and the Data Response Result area.
Action
Action
Description
Request Data Interface
Initiates a new request for server-side data using the data provided by upstream data processing nodes or layer nodes as parameters. For instance, if the scatter layer's API data source is configured as
https://api.test, and the data passed to the Request Data Interface action is{ id: '1'}, the final request URL will behttps://api.test?id=1.Import Data Interface
Imports and re-renders the component with processed data in the component's rendering format, without the need to request server-side data again. For specific data examples, refer to the Data Source tab in the configuration panel on the right side of the component in the canvas editor, and the Data Response Result area.
Switch Visibility
Toggles the visibility of the component without requiring parameters.
Show
Displays the component. For data examples, see the referenced documentation.
{ "animationType": "",//Animation type. Optional value: fade. No animation if not filled. "animationDuration": 1000,//Animation delay in ms. "animationEasing": ""//Animation curve }Hide
Conceals the component. For data examples, see the referenced documentation.
{ "animationType": "",//Animation type. Optional value: fade. No animation if not filled. "animationDuration": 1000,//Animation delay in ms. "animationEasing": ""//Animation curve }Update Component Configuration
Dynamically updates the component's style configuration. To obtain the configuration data, first click Copy Configuration To Clipboard in the Style panel of the component. Then, modify the field values of the corresponding style in the data processing node on the blueprint editor configuration page as needed.
icon to configure field styles individually.
icon on the right to check the current data response result, or click the
icon on the right to obtain the most recent data for the component. You can also click to view examples to see sample response results for the current component.