Skip to content

Commit 0b23f0c

Browse files
authored
docs: line plot (#1868)
* docs: update introduce * docs: update manual * fix: 404 * docs: line plot * docs: add plot API * fix: ci yml
1 parent 176959e commit 0b23f0c

20 files changed

+218
-778
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build
22

3-
on: [push, pull_request]
3+
on: ["push", "pull_request"]
44

55
jobs:
66
build:

docs/common/shape-style.en.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ Example:
3535
}
3636
}
3737
```
38+
39+
More documents about `ShapeStyle`, see [Graphic Style](../graphic-style).

docs/common/shape-style.zh.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@
3535
}
3636
}
3737
```
38+
39+
关于 ShapeStyle 更加详细的文档参考 [绘图属性](../graphic-style)

0 commit comments

Comments
 (0)