Skip to content

Commit

Permalink
docs: 更新 LineLayer 图层下 style 中属性 dashArray 生效描述 (#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenC-HC authored Aug 15, 2024
1 parent 9333403 commit 7e35485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/api/line_layer/style.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ layer.style({
#### IDashArray
`dashArray`only at`ILineType`for`solid`will take effect.
`dashArray`only at`ILineType`for`dashed`will take effect.
```js
// len1 solid line length len2 interval length
Expand Down
2 changes: 1 addition & 1 deletion site/docs/api/line_layer/style.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ layer.style({
#### IDashArray
`dashArray` 只有在 `ILineType``solid` 的时候才会生效。
`dashArray` 只有在 `ILineType``dashed` 的时候才会生效。
```js
// len1 实线长度 len2 间隔长度
Expand Down

0 comments on commit 7e35485

Please sign in to comment.