Skip to content

Commit e7e9379

Browse files
authored
docs: Radar seriesField字段修复为非必需 (#2615)
1 parent 8c5c3e2 commit e7e9379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/plots/radar.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The radar map maps to the field corresponding to the radius, typically a continu
6060

6161
#### seriesField
6262

63-
<description>**required** _string_</description>
63+
<description>**optional** _string_</description>
6464

6565
A field that groups a radar map, usually corresponding to a classification field (**Attention:require a string field**). By the value of this field, the radar map will be divided into groups, separated by color, and overlaid.
6666

docs/api/plots/radar.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ radarPlot.render();
6060

6161
#### seriesField
6262

63-
<description>**required** _string_</description>
63+
<description>**optional** _string_</description>
6464

6565
对雷达图进行分组的字段,一般对应一个分类字段 (**注意:文本型字段**)。通过该字段的值,雷达图将会被分为多个组,通过颜色进行区分,并上下重叠。
6666

0 commit comments

Comments
 (0)