data
必須説明
Chart data.
タイプ
Dict<any>[]Yamada UIにスターをあげる
スターRadarChartは、複数のデータを比較するためのレーダーチャートを描画するコンポーネントです。
説明
Chart data.
タイプ
Dict<any>[]説明
The key of a group of data which should be unique in an chart.
タイプ
string説明
An array of objects with dataKey and color keys. Determines which data should be consumed from the data array.
タイプ
RadarProps[]説明
Props passed down to recharts RadarChart component.
タイプ
RadarChartProps説明
The visual color appearance of the component.
タイプ
"blackAlpha" | "whiteAlpha" | "amber" | "blue" | "info" | "link" | "primary" | "cyan" | "emerald" | "flashy" | "fuchsia" | "gray" | "green" | "success" | "indigo" | "lime" | "neutral" | "orange" | "warning" | "pink" | "purple" | "red" | "danger" | "rose" | "sky" | "teal" | "violet" | "secondary" | "yellow"説明
Props passed down to recharts ResponsiveContainer component.
タイプ
ResponsiveContainerProps説明
Controls fill opacity of all radars.
タイプ
number | [number, number]デフォルト
1説明
Props passed down to recharts 'Legend' component.
タイプ
LegendProps説明
Props passed down to recharts PolarAngleAxis component.
タイプ
PolarAngleAxisProps説明
A function to format Y axis tick.
タイプ
(value: number) => string説明
Props passed down to recharts tick of PolarAngleAxis component.
タイプ
CSSUIProps説明
Props passed down to recharts PolarGrid component.
タイプ
PolarGridProps説明
Props passed down to recharts PolarRadiusAxis component.
タイプ
PolarRadiusAxisProps説明
A function to format X axis tick.
タイプ
(value: number) => string説明
Props passed down to recharts tick of PolarRadiusAxis component.
タイプ
CSSUIProps説明
Props for the radar.
タイプ
Partial<RadarProps>説明
The size of the RadarChart.
タイプ
"sm" | "md" | "lg" | "full"デフォルト
"full"説明
Dash array for the grid lines and cursor. The first number is the length of the solid line section and the second number is the length of the interval.
タイプ
string | number説明
Stroke width for the chart radars.
タイプ
numberデフォルト
2説明
Specifies the duration of animation, the unit of this option is ms.
タイプ
numberデフォルト
0説明
Props passed down to recharts 'Tooltip' component.
タイプ
TooltipProps説明
Unit displayed next to each tick in y-axis.
タイプ
string説明
A function to format values on inside the tooltip.
タイプ
(value: any) => string説明
The variant of the RadarChart.
タイプ
string説明
Determines whether activeDots should be displayed.
タイプ
booleanデフォルト
true説明
Determines whether dots should be displayed.
タイプ
booleanデフォルト
false説明
If true, legend is visible.
タイプ
booleanデフォルト
false説明
Determines whether polarAngleAxis should be displayed.
タイプ
booleanデフォルト
true説明
Determines whether polarGrid should be displayed.
タイプ
booleanデフォルト
true説明
Determines whether polarRadiusAxis should be displayed.
タイプ
booleanデフォルト
false説明
If true, tooltip is visible.
タイプ
booleanデフォルト
trueタイプ
DotPropsタイプ
UIValue<"border" | ({} & string) | Color | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | ... 318 more ... | "yellow.950">タイプ
DotPropsタイプ
Partial<RadarProps>タイプ
DotPropsGitHubでこのページを編集する