Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:33 +08:00
commit b82cab49fc
60 changed files with 10317 additions and 0 deletions

26
references/geomap.md Normal file
View File

@@ -0,0 +1,26 @@
# Geo Map Widget (2025.23)
Source: `help-portal-7200e99b1cdc4463bf5f60ab3d2ab8ae.md` (Geo Map).
## Properties
- **Name**: unique string, default `GeoMap_1`.
## Quick menu properties (defaults)
- Drill (Enabled) filter selected data points.
- Full Screen (Enabled).
- Create Story from Widget (Disabled).
- Filter/Exclude (Enabled).
### Visibility control
- Main toggle “Visible in Runtime” plus individual checkboxes for each quick menu item.
## Scripting support
- Change layers.
- Manipulate properties.
- Handle geo map events.
## Implementation notes
- Works in stories and analytic applications.
- Quick menu items can be controlled individually or globally.
- See Analytics Designer API Reference for detailed APIs.