Skip to main content

Statistical

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

Activation funnel screenshot

Variants

ChartData shapeUse when
Activation funnelOrdered conversion stage values.Use it when conversion loss matters more than a shared axis.
Alert hotspot scatterSelected alert points over numeric axes.Use it when only important events should pulse visually.
API latency boxplotFive-number summaries across service groups.Use it to compare distributions instead of averages.
Crypto session candlestickOHLC values over intraday buckets.Use it when price direction and range must be visible together.
Customer value bubblesX, y, and value triples for customers or segments.Use it when business value should influence point size.
Device quality parallelRows of comparable numeric dimensions.Use it when each item has several independent measures.
Efficiency frontierEfficiency points over value axes.Use it to identify leading and lagging points.
Equity session candlestickOpen, close, low, and high values by period.Use it for financial price movement.
Job runtime stripJob positions with duration or intensity values.Use it for queue and schedule views.
Lab sample scatterIndependent x/y samples.Use it for correlation and clustering questions.
Plan comparison parallelMulti-dimensional rows on parallel axes.Use it when tradeoffs across measures matter.
Portfolio risk returnRisk, return, and exposure values.Use it to compare assets or initiatives with three measures.
Quality outlier scatterHighlighted x/y points over value axes.Use it when outliers should attract attention immediately.
Quality spread boxplotFive-number summaries for quality scores.Use it when spread and outliers matter.
Region spread boxplotFive-number summaries by region.Use it for distribution comparison across regions.
Release event stripPosition/value pairs on one axis.Use it for compact event timelines.
Risk bubble matrixX, y, and magnitude triples.Use it when size carries a third measure.
Risk score parallelRows of risk dimensions on parallel axes.Use it for multidimensional risk assessment.
Support resolution funnelStage/value pairs through a process.Use it for operational process attrition.
Volume shift candlestickOHLC-like movement values by period.Use it when directional change and range both matter.

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.