This topic explains the configuration items for the atmosphere layer.
Chart style
The atmosphere layer, a component of the 3D Earth, allows for independent style adjustments, including color, intensity, and size, to simulate the Earth's outer color effects. 
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. Atmosphere Color: Select the atmosphere's color using the color picker.
Atmosphere Transparency: Adjust the atmosphere's transparency, with values ranging from 0 (fully opaque) to 1 (fully transparent).
Atmosphere Intensity: Set the blur intensity of the atmosphere, with lower values indicating higher blur, ranging from 1 to 2.
Atmosphere Scaling: Define the size of the atmosphere's halo effect, with values between 1.5 and 2.
Data source panel
No data configuration is required for this component.
Advanced panel
This component does not involve any interaction occurrences.
Blueprint interaction
Click the
icon in the upper left corner to access the Blueprint page.In the Layer Node tab, add the component to the main canvas.
Review the blueprint's configuration parameters.

Event: None.
Action
Action
Description
Toggle Visibility
Show or hide the component without requiring parameters.
Show
Display the component. See reference data for an example.
{ "animationType": "",//Animation method. Optional value: fade. No animation if not filled. "animationDuration": 1000,//Animation latency in ms. "animationEasing": ""//Animation curve }Hide
Conceal the component. See reference data for an example.
{ "animationType": "",//Animation method. Optional value: fade. No animation if not filled. "animationDuration": 1000,//Animation latency in ms. "animationEasing": ""//Animation curve }Update Component Configuration
Update the component's style settings dynamically. Start by clicking Copy Configuration To Clipboard in the component's Style panel to copy the configuration data. Then, modify the field values for the desired styles in the data processing node on the blueprint editor's configuration page as necessary.