Skip to content

Commit

Permalink
docs: 文档修改 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
laoxuyo authored and JserWang committed Aug 12, 2018
1 parent 5ba87d4 commit 80bbcae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/drawingmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
## rectangleOptions
* 类型:[DrawingOption](/api/#drawingoption)
* 默认值:同`circleOptions`
* 描述:所画的多边形的可选参数
* 描述:所画的矩形的可选参数

## markerOptions
* 类型:[DrawingOption](/api/#drawingoption)
Expand Down
2 changes: 1 addition & 1 deletion docs/api/heatmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## opacity
* 类型:`number`
* 默认值:`undefined`
* 描述:透明度
* 描述:透明度,取值范围1-100

## max
* 类型:`number`
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/lib.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ render(
| opacity | number | 透明度 |
| max | number | 权重最大值 |
| radius | number | 热力圆半径 |
| gradient | object | 热力图渐变区间,如: {5:'rgb(0, 110, 255)',.8:'rgb(100, 0, 255)'},其中 key 表示插值的位置,取值范围 0 ~ 1,value 为颜色值。|
| gradient | object | 热力图渐变区间,如: {.5:'rgb(0, 110, 255)',.8:'rgb(100, 0, 255)'},其中 key 表示插值的位置,取值范围 0 ~ 1,value 为颜色值。|

::: warning
这里的Point相比以往需多传递一个count值, 即`{ lng, lat, count }`
Expand Down

0 comments on commit 80bbcae

Please sign in to comment.