Skip to content

Commit

Permalink
fix: 修复API文档LineLayer图层下style中属性“dashArray”生效描述
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenC-HC committed Aug 1, 2024
1 parent 9333403 commit 6e89982
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 6e89982

Please sign in to comment.