Skip to content

Commit 50df3f7

Browse files
committed
docs(🔖): 文案 typo 和 文档顺序
1 parent 4a8ef9f commit 50df3f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/api/events.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Events
3-
order: 3
3+
order: 4
44
---
55

66
`markdown:docs/common/events.en.md`

docs/api/events.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 图表事件
3-
order: 3
3+
order: 4
44
---
55

66
`markdown:docs/common/events.zh.md`

docs/api/plot-api.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ redirect_from:
66
---
77

88

9-
The core technology architecture of G2plot is very simple. All plots are inherited from a base class. The base class provides a common API method for all plots, and each specific visualization plot only processes its own configuration items. So all plots basically share the common API, except for some plots (such as Gauge and Liquid) that have subtle differences in the changedata API.
9+
The core technology architecture of G2Plot is very simple. All plots are inherited from a base class. The base class provides a common API method for all plots, and each specific visualization plot only processes its own configuration items. So all plots basically share the common API, except for some plots (such as Gauge and Liquid) that have subtle differences in the changedata API.
1010

1111

1212
### 1. create a plot instance

0 commit comments

Comments
 (0)