Geo
The Geo family contains 20 renderer-backed chart variants. Use this page as the entry point for choosing the right variant, then open the variant page for the screenshot, data shape, Rust API notes, and example code.
The chart family is still ordinary Fission UI. Each variant is constructed from typed Rust data, participates in layout and theme decisions, and can be driven by app state, reducers, resources, jobs, or services just like any other widget.

Variants
| Chart | Data shape | Use when |
|---|---|---|
| Capacity regions map | Region values with visual scale. | Use it for capacity by geography. |
| Courier routes | Point-to-point route lines. | Use it for logistics routing. |
| Coverage score map | Coverage scores by region. | Use it for service coverage surfaces. |
| Data center links | Route-like links between points. | Use it for infrastructure network views. |
| Dispatch routes | Map regions plus route lines. | Use it when routes need region context. |
| Expansion plan map | Planning values by region. | Use it for geographic planning dashboards. |
| Flight density lines | Dense route lines between points. | Use it for movement patterns. |
| Incident routing lines | Routes representing response movement. | Use it for dispatch and response analytics. |
| Incident severity map | Severity values mapped to region color. | Use it for incident command views. |
| Market regions map | Named regions with values. | Use it for regional comparisons where shape matters. |
| Migration flow | Region map plus movement routes. | Use it for source-to-destination stories. |
| Network overlay | Region values with connection lines. | Use it for linked geographic systems. |
| Network traffic lines | Route lines with effect markers. | Use it for flow over a spatial surface. |
| Risk regions map | Region values mapped to color. | Use it to scan geographic risk. |
| Route overlay map | Map and line series together. | Use it when geography and movement are inseparable. |
| Sales route map | Sales territories with route overlays. | Use it for field team planning. |
| Sales territory map | Territory values over named regions. | Use it when territory is the mental model. |
| Service health map | Region health values. | Use it for operational geography. |
| Supply routes | Coordinate pairs representing routes. | Use it for route and movement diagrams. |
| Support demand map | Demand values over regions. | Use it to allocate support capacity geographically. |
Choosing within this family
Start with the user's question, not the visual effect. Pick the simplest variant that makes the answer clear, add interaction only when it reduces work for the user, and keep animation purposeful enough that it explains a change rather than decorating the page.