mirror of https://gitee.com/antv-l7/antv-l7
style: lint style
This commit is contained in:
parent
256957d9a1
commit
2b187dbcd4
|
@ -26,4 +26,4 @@ const layer = new BaseLayer(option) // option - 传入构造函数的参数对
|
||||||
scene.addLayer(layer);
|
scene.addLayer(layer);
|
||||||
```
|
```
|
||||||
|
|
||||||
`markdown:docs/common/layer/base.md`
|
`markdown:docs/common/layer/base.md`
|
||||||
|
|
|
@ -28,8 +28,8 @@ order: 3
|
||||||
```
|
```
|
||||||
|
|
||||||
### size
|
### size
|
||||||
在水波点图层中,由于边缘透明的原因,点的大小看上去要比相同 size 的非水波点要小一些。
|
|
||||||
|
|
||||||
|
在水波点图层中,由于边缘透明的原因,点的大小看上去要比相同 size 的非水波点要小一些。
|
||||||
|
|
||||||
[在线案例](../../../examples/point/scatter#animatePoint)
|
[在线案例](../../../examples/point/scatter#animatePoint)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue