Skip to content

Commit

Permalink
Update scale.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Veron authored and hm.hm committed Mar 12, 2018
1 parent c06ab26 commit 4cc1480
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ var scale = {
<Chart scale={scale}/>
```
** 此处必须指定 'cat' 类型,values 的值必须按照索引跟枚举类型一一对应。**
**此处必须指定 'cat' 类型,values 的值必须按照索引跟枚举类型一一对应。**
| 属性名 | 说明 | 值类型 |
| :- | :- | :- |
Expand Down Expand Up @@ -236,6 +236,7 @@ pow 类型的度量也是 linear 类型的一个子类,除了支持所有通
### time
是 linear 度量的一种,连续的时间度量类型,默认会对数据做排序。
| 属性名 | 说明 |
| :- | :- |
|nice | 是否将 ticks 进行优化,变更数据的最小值、最大值,使得每个 tick 都是用户易于理解的数据|
Expand All @@ -248,6 +249,7 @@ pow 类型的度量也是 linear 类型的一个子类,除了支持所有通
|range |输出数据的范围,默认[0, 1],格式为 [min, max],min 和 max 均为 0 至 1 范围的数据。|
|formatter |回调函数,用于格式化坐标轴刻度点的文本显示,会影响数据在坐标轴 axis、图例 legend、tooltip 上的显示。|
|ticks| 用于指定坐标轴上刻度点的文本信息,当用户设置了 ticks 就会按照 ticks 的个数和文本来显示。|
> 说明:mask 的占位符标准同 [moment](https://momentjs.com/docs/#/displaying/format/);
目前 G2 会自动识别如下形式的时间格式,当用户需要生成 time 类型的度量时,建议将原始时间数据转换为如下形式:
Expand Down

0 comments on commit 4cc1480

Please sign in to comment.