Skip to main content

Geo and route

The Geo and route family contains 10 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.

Flight-like lines screenshot

Variants

ChartData shapeUse when
Flight-like linesLineSegment values plus effect.Use it for route animation-style visuals.
Geo networkGeoJSON plus lines.Use it for network coverage and paths.
Migration routesLineSegment values.Use it for movement and transfer flows.
Region value mapGeoJSON regions plus values.Use it for geography-first comparisons.
Risk mapGeoJSON regions plus numeric values.Use it for geographic risk dashboards.
Route arcsLine segments with values.Use it for logistics and movement.
Route map overlayGeoJSON regions plus route segments.Use it when geography and movement combine.
Sales mapGeoJSON regions plus values.Use it for regional business metrics.
Service coverage mapGeoJSON regions plus values.Use it for coverage and rollout screens.
Traffic linesLineSegment values.Use it for traffic or flow intensity.

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.