Skip to main content

Radial

The Radial 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.

Availability gauge screenshot

Variants

ChartData shapeUse when
Availability gaugeOne bounded value mapped to an arc.Use it when a single current status dominates the screen.
Build confidence gaugeOne confidence score on a gauge arc.Use it when a status panel needs a primary quality number.
Capacity headroom gaugeSingle capacity value in a bounded range.Use it when headroom is the only number that matters.
Cycle polar lineAngle/radius samples around a cycle.Use it for circular process metrics.
Deploy health gaugeSingle score value in a bounded range.Use it for health and readiness summaries.
Device donutLabel/value pairs with an open center.Use it when the center can carry a total or primary label.
Expense donutExpense categories as a small whole.Use it for budget composition.
Exposure area roseLabel/value pairs with area-oriented rose layout.Use it when relative shape is more important than a precise angle.
Hourly load polar barsLabel/value pairs around a circle.Use it when cyclic position is meaningful.
Market roseLabel/value pairs with radius emphasis.Use it when presentation value is high and categories are few.
Plan share pieLabel/value pairs for a small whole.Use it when part-to-whole reading is the main task.
Platform readiness radarPlatform dimensions as comparable vectors.Use it to summarize readiness across product areas.
Product fit radarSeveral same-length dimensional vectors.Use it to compare shapes across a few dimensions.
Revenue mix donutRevenue categories as label/value pairs.Use it when contribution to total revenue matters.
Risk roseRisk category values in radial form.Use it for executive risk snapshots where visual emphasis helps.
Seasonality polar barsCyclic label/value pairs.Use it when the shape wraps around a repeated cycle.
Service health radarHealth dimensions on a radial profile.Use it for compact status summaries.
Source mix pieTraffic or source categories with values.Use it for small source distributions.
Team balance radarTeam capability vectors.Use it when balance across dimensions is the main reading.
Wind speed polar lineAngle/radius samples.Use it for directional or cyclic measures.

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.