BPT

Radar Chart

BptChartRadar

Radar chart — values radiate from a central origin along N evenly-spaced axes. The polygon connecting the values encodes the overall shape. Built on the BPT chart foundation — palette-aware, drag-to-rotate in 3D mode for an oblique projection of the polar plane, scroll-zoom, and keyboard-accessible via a hidden data table.

Radar Chart Parameters
Current Configuration
📋
<BptChartRadar Data="@Data"
               Width="520"
               Height="440"
               Title="Product capability radar"
               OnElementClick="HandleClick" />

@code {
private readonly IReadOnlyList<BptChartRadarPoint> Data = new BptChartRadarPoint[]
{
    new("Performance", 82), new("Reliability", 74),
    new("Ergonomics", 91), new("Price", 68),
    new("Support", 85),    new("Ecosystem", 77)
};

private void HandleClick(BptChartElementEvent e) {
    // Click handler — fires regardless of TooltipMode.
}
}
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.