Radar Chart

IsabyteChartRadar

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
Product capability radar
AxisValue
Performance82
Reliability74
Ergonomics91
Price68
Support85
Ecosystem77
Current Configuration
📋
<IsabyteChartRadar Data="@Data"
               Width="520"
               Height="440"
               Title="Product capability radar"
               OnElementClick="HandleClick" />

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

private void HandleClick(IsabyteChartElementEvent 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.