diff --git a/docs/api/events.en.md b/docs/api/events.en.md index d2fe71a0d1..c1c2afec51 100644 --- a/docs/api/events.en.md +++ b/docs/api/events.en.md @@ -1,6 +1,6 @@ --- title: Events -order: 3 +order: 4 --- `markdown:docs/common/events.en.md` \ No newline at end of file diff --git a/docs/api/events.zh.md b/docs/api/events.zh.md index e45670b3ed..88d020ec77 100644 --- a/docs/api/events.zh.md +++ b/docs/api/events.zh.md @@ -1,6 +1,6 @@ --- title: 图表事件 -order: 3 +order: 4 --- `markdown:docs/common/events.zh.md` \ No newline at end of file diff --git a/docs/api/plot-api.en.md b/docs/api/plot-api.en.md index 1dbae7e37c..e7a27d7721 100644 --- a/docs/api/plot-api.en.md +++ b/docs/api/plot-api.en.md @@ -6,7 +6,7 @@ redirect_from: --- -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. +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. ### 1. create a plot instance