Skip to content

Commit

Permalink
docs(xyfield): 更新xyfield英文文档 (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenPei authored Sep 27, 2020
1 parent e346c35 commit 1d9de2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/common/xy-field.en.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#### xField 📌

**必选**, _string_
**required**, _string_

功能描述: 点形状在 x 方向位置映射对应的数据字段名,一般对应一个连续字段。
Description: Data field used when mapping the point shape on the xAxis, usually a continuous data field.

默认配置: 无
Default: `none`

#### yField 📌

**必选**, _string_
**required**, _string_

功能描述: 点形状在 y 方向位置映射所对应的数据字段名,一般对应一个连续字段。
Description: Data field used when mapping the point shape on the yAxis, usually a continuous data field.

默认配置: 无
Default: `none`

0 comments on commit 1d9de2c

Please sign in to comment.