Skip to main content

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.

Capacity regions map screenshot

Variants

ChartData shapeUse when
Capacity regions mapRegion values with visual scale.Use it for capacity by geography.
Courier routesPoint-to-point route lines.Use it for logistics routing.
Coverage score mapCoverage scores by region.Use it for service coverage surfaces.
Data center linksRoute-like links between points.Use it for infrastructure network views.
Dispatch routesMap regions plus route lines.Use it when routes need region context.
Expansion plan mapPlanning values by region.Use it for geographic planning dashboards.
Flight density linesDense route lines between points.Use it for movement patterns.
Incident routing linesRoutes representing response movement.Use it for dispatch and response analytics.
Incident severity mapSeverity values mapped to region color.Use it for incident command views.
Market regions mapNamed regions with values.Use it for regional comparisons where shape matters.
Migration flowRegion map plus movement routes.Use it for source-to-destination stories.
Network overlayRegion values with connection lines.Use it for linked geographic systems.
Network traffic linesRoute lines with effect markers.Use it for flow over a spatial surface.
Risk regions mapRegion values mapped to color.Use it to scan geographic risk.
Route overlay mapMap and line series together.Use it when geography and movement are inseparable.
Sales route mapSales territories with route overlays.Use it for field team planning.
Sales territory mapTerritory values over named regions.Use it when territory is the mental model.
Service health mapRegion health values.Use it for operational geography.
Supply routesCoordinate pairs representing routes.Use it for route and movement diagrams.
Support demand mapDemand 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.