This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git
The following commit(s) were added to refs/heads/dev by this push:
new 8caa00aa fix style
8caa00aa is described below
commit 8caa00aaa6ea3ec10518437ef201283e4379d645
Author: plainheart <[email protected]>
AuthorDate: Fri Jun 21 12:19:25 2024 +0800
fix style
---
en/option/component/axis-common.md | 4 ++--
zh/option/component/axis-common.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/en/option/component/axis-common.md
b/en/option/component/axis-common.md
index bf582e94..d784eb6d 100644
--- a/en/option/component/axis-common.md
+++ b/en/option/component/axis-common.md
@@ -223,7 +223,7 @@ To customize label positions. For example,
```ts
axisLabel: {
- customValues: [0, 4, 7, 8, 9]
+ customValues: [0, 4, 7, 8, 9]
}
```
@@ -338,7 +338,7 @@ To customize tick positions. For example,
```ts
axisTick: {
alignWithLabel: true,
- customValues: [0, 0.5, 1, 1.5, 2, 8, 9]
+ customValues: [0, 0.5, 1, 1.5, 2, 8, 9]
}
```
diff --git a/zh/option/component/axis-common.md
b/zh/option/component/axis-common.md
index 1107d8cd..d2d37322 100644
--- a/zh/option/component/axis-common.md
+++ b/zh/option/component/axis-common.md
@@ -221,7 +221,7 @@ X 轴或者 Y 轴的轴线是否在另一个轴的 0 刻度上,只有在另一
```ts
axisLabel: {
- customValues: [0, 4, 7, 8, 9]
+ customValues: [0, 4, 7, 8, 9]
}
```
@@ -336,7 +336,7 @@ textStyle: {
```ts
axisTick: {
alignWithLabel: true,
- customValues: [0, 0.5, 1, 1.5, 2, 8, 9]
+ customValues: [0, 0.5, 1, 1.5, 2, 8, 9]
}
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]