RadarChart()
Home > @gooddata/sdk-ui-charts > RadarChart
RadarChart() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Radar chart (also known as spider chart or web chart) displays data on radial axes starting from a common center point.
Signature:
export declare function RadarChart(props: IRadarChartProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
Returns:
import("react/jsx-runtime").JSX.Element
Remarks
Radar charts can display either multiple measures as individual polygons or a single measure split by one attribute into multiple polygons with points intersecting attribute values.
See IRadarChartProps to learn how to configure the RadarChart and the radar chart documentation for more information.