Appearance
雷达图参数预览
参数速览请看本页,详细解释请前往: API Reference(完整参数表)
RadarSeries 常用参数
| 参数 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| data | 数据数组 | number[][] | [] |
| name | 系列名称 | string | 未设置 |
| lineStyle | 线条样式 | LineStyleOption | 未设置 |
| areaStyle | 区域样式 | AreaStyleOption | 未设置 |
| itemStyle | 点样式 | ItemStyleOption | 未设置 |
| label | 标签 | LabelOption | 未设置 |
Radar 坐标系常用参数
| 参数 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| indicator | 指标维度 | RadarIndicator[] | [] |
| center | 中心点 | (number | string)[] | 未设置 |
| radius | 半径 | number | string | 未设置 |
| shape | 形状 | 'polygon' | 'circle' | 未设置 |