render_bubble_map
Visualize geographic data points on an interactive map using sized bubbles to represent values at specific coordinates. Display city-level metrics, office locations, or event density with customizable themes and projections.
Instructions
Render a bubble/pin map - sized circles at geographic coordinates. Pass an array of { label, latitude, longitude, value } points. Great for showing city-level data, office locations, event density, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Chart title | |
| data | Yes | Array of geographic data points | |
| projection | No | Map projection. Default: naturalEarth1 | |
| sizeRange | No | Min and max bubble radius in pixels. Default: [3, 25] | |
| bubbleColor | No | Bubble fill color. Default: theme accent | |
| showOutline | No | Show country outlines. Default: true | |
| theme | No | Theme preset: boardroom, corporate, sales-floor, golden-treasury, clinical, startup, ops-control, tokyo-midnight, zen-garden, consultant, black-tron, black-elegance, black-matrix, forest-amber, forest-earth, sky-light, sky-ocean, sky-twilight, gray-hf, gray-copilot | |
| palette | No | Override palette only (mix-and-match) | |
| typography | No | Override typography: professional, luxury, cyberpunk, editorial, mono, bold, system, techno | |
| effects | No | Override effects: none, subtle, shimmer, neon, energetic |